
/* 遮罩层样式 */
.video-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: flex; /* 使用 flex 布局 */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  transition: opacity 0.3s ease; /* 添加淡入淡出过渡效果 */
}

/* 视频容器样式 */
.video-model .video {
  position: relative;
  width: 90%;
  max-width: 1280px; 
}

/* 关闭按钮样式 */
.video-model .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1001;
}

/* 视频样式 */
.video-model video {
  width: 100%; /* 视频宽度占满容器 */
  height: auto; /* 高度自适应 */
  display: block;
  border-radius: 8px; /* 可选：添加圆角 */
}
.new-has-video-module .new-znjt-banner {
  height: 740px;
  text-align: center;
  background: url(../img/has_video_banner.png) no-repeat center bottom;
}
.new-has-video-module .new-znjt-banner .new-znjt-slogan {
  display: inline-block;
  padding-top: 109px;
  padding-bottom: 40px;
  max-width: 90%;
}
.new-has-video-module .go-vr {
  text-align: center;
}
.new-has-video-module .go-vr a {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2a7ee5 url(../img/govr.png) no-repeat 89% center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.new-has-video-module .go-vr a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0560cd),
    color-stop(#2875ff),
    to(#05c3cd)
  );
  background: linear-gradient(to right, #0560cd, #2875ff, #05c3cd);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 25px;
  mix-blend-mode: overlay;
}
.new-has-video-module .go-vr a:hover::after {
  left: 0;
}
.new-has-video-module .go-vr .vr-btn {
  margin-right: 20px;
}
.new-has-video-module .module-name {
  text-align: center;
}
.new-has-video-module .module-name h3 {
  font-size: 3.6em;
  color: #333333;
}
.new-has-video-module .module-name p {
  font-size: 1.8em;
  color: #444444;
  line-height: 2;
}
.new-has-video-module .new-znjt-module1 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.new-has-video-module .new-znjt-module1 .module-name {
  margin-bottom: 50px;
}
.new-has-video-module .new-znjt-module1 .module1-list {
  position: relative;
}
.new-has-video-module .new-znjt-module1 .module1-list li {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dee5f4;
  height: auto;
  padding: 30px;
}
.new-has-video-module .new-znjt-module1 .module1-list li h4 {
  font-size: 2.4em;
  color: #e06d16;
}
.new-has-video-module .new-znjt-module1 .module1-list li p {
  margin-top: 12px;
  line-height: 2;
  font-size: 1.8em;
  color: #444444;
}
.new-has-video-module .new-znjt-module1 .module1-list .last {
  width: 98%;
}
.new-has-video-module .new-znjt-module2 .content-box {
  background-color: #fff;
  padding: 40px 0 50px;
}
.new-has-video-module .new-znjt-module2 .content-box h5 {
  font-size: 32px;
  color: #ff6633;
}
.new-has-video-module .new-znjt-module2 .content-box .intro {
  font-size: 1.8em;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
.new-has-video-module .new-znjt-module2 .img-wrap {
  position: relative;
  border-radius: 6px;
  max-width: 100%;
  width: 1024px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
}
.new-has-video-module .new-znjt-module2 .img-wrap .item {
  position: relative;
  padding-left: 400px;
  height: 330px;
}
.new-has-video-module .new-znjt-module2 .img-wrap .item.item1 {
  border-bottom: 1px solid #dcdcdc;
}
.new-has-video-module .new-znjt-module2 .img-wrap .img {
  position: absolute;
  left: 0;
  width: 400px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  height: 100%;
  padding-top: 15px;
}
.new-has-video-module .new-znjt-module2 .img-wrap .img img {
  display: inline-block;
  max-width: 90%;
}
.new-has-video-module .new-znjt-module2 .img-wrap .txt {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.new-has-video-module .new-znjt-module2 .img-wrap .sub-item {
  width: 50%;
  float: left;
}
.new-has-video-module .new-znjt-module2 .img-wrap .sub-item p {
  text-align: left;
}
.new-has-video-module .new-znjt-module2 .img-wrap .sub-item span {
  display: inline-block;
  border-radius: 15px;
  background: #247be4;
  padding: 3px 12px;
  color: #ffffff;
  font-size: 16px;
  margin: 10px 0 15px;
}
.new-has-video-module .new-znjt-module2 .img-wrap .sub-item ul li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 3px;
}
.new-has-video-module .new-znjt-module2 .img-wrap .sub-item ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #247be4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-has-video-module .new-znjt-module2 .img-wrap .sub-item p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .new-has-video-module .module-name {
    margin-bottom: 20px;
  }
  .new-has-video-module .module-name h3 {
    font-size: 2.8em;
  }
  .new-has-video-module .new-znjt-banner {
    background: url(../img/has_video_banner.png) no-repeat center;
  }
  .new-has-video-module .new-znjt-module1 .module1-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .new-has-video-module .new-znjt-module1 .module1-list li {
    width: 98%;
    height: auto;
    padding: 15px 20px;
  }
  .new-has-video-module .new-znjt-module1 .module1-list li h4 {
    font-size: 2em;
  }
  .new-has-video-module .new-znjt-module1 .module1-list li p {
    font-size: 1.6em;
    margin-top: 5px;
  }
  .new-has-video-module .new-znjt-module2 .content-box {
    padding: 0 0 20px;
  }
  .new-has-video-module .new-znjt-module2 .content-box .intro {
    margin-bottom: 15px;
  }
  .new-has-video-module .new-znjt-module2 .img-wrap {
    margin-bottom: 20px;
    border-radius: 0;
  }
  .new-has-video-module .new-znjt-module2 .img-wrap .item {
    padding-left: 0;
    height: auto;
  }
  .new-has-video-module .new-znjt-module2 .img-wrap .item .img {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-right: 0;
  }
  .new-has-video-module .new-znjt-module2 .img-wrap .item .txt {
    height: auto;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .new-has-video-module .new-znjt-module1 {
    margin-top: 30px;
  }
  .new-has-video-module .new-znjt-module1 .module-name {
    margin-bottom: 0;
  }
  .new-has-video-module .new-znjt-banner {
    height: 600px;
  }
  .new-has-video-module .new-znjt-banner::after {
    height: 400px;
    background-size: 100% auto;
  }
  .new-has-video-module .new-znjt-module3 .content-box {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .new-has-video-module .new-znjt-banner {
    height: 550px;
  }
  .new-has-video-module .new-znjt-banner::after {
    height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .new-has-video-module .new-znjt-banner {
    height: 380px;
  }
  .new-has-video-module .new-znjt-banner .new-znjt-slogan {
    padding-top: 40px;
  }
  .new-has-video-module .new-znjt-banner::after {
    height: 250px;
  }
  .new-has-video-module .new-znjt-module2 .img-wrap .sub-item {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .new-has-video-module .go-vr a {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
  }
  .new-has-video-module .new-znjt-banner {
    height: 340px;
  }
  .new-has-video-module .new-znjt-banner .new-znjt-slogan {
    padding-top: 40px;
  }
  .new-has-video-module .new-znjt-banner::after {
    height: 220px;
  }
}
.new-zt2 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.new-zt2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-zt2 .img img {
  display: inline-block;
  max-width: 100%;
}
.new-zt2 .text {
  padding-left: 80px;
  position: relative;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.new-zt2 .text::before {
  content: '';
  width: 41px;
  height: 24px;
  background: url(../img/semi_left.png) no-repeat center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.new-zt2 .text::after {
  content: '';
  width: 68px;
  height: 40px;
  background: url(../img/semi_right.png) no-repeat center;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.new-zt2 .text span {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: #253858;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
}
.new-zt2 .text span::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #049f97;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.new-zt3 {
  background-color: #f6f9fc;
  padding-top: 80px;
  padding-bottom: 50px;
}
.new-zt3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-zt3 .img img {
  display: inline-block;
  max-width: 100%;
}
.new-zt3 .text {
  width: 40%;
}
.new-zt3 .text .item {
  margin-bottom: 30px;
}
.new-zt3 .text .item h3 {
  font-size: 24px;
  padding-left: 40px;
  margin-bottom: 10px;
}
.new-zt3 .text .item p {
  font-size: 16px;
  font-weight: lighter;
  color: #a1a2ab;
  line-height: 2;
  padding-left: 40px;
}
.new-zt3 .text .item1 h3 {
  background: url('../img/new_zt_icon1.png') no-repeat left center;
}
.new-zt3 .text .item2 h3 {
  background: url('../img/new_zt_icon2.png') no-repeat left center;
}
.new-zt3 .text .item3 h3 {
  background: url('../img/new_zt_icon3.png') no-repeat left center;
}
.new-zt4 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.new-zt4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-zt4 .img img {
  display: inline-block;
  max-width: 100%;
}
.new-zt4 .text {
  padding-left: 80px;
  position: relative;
  padding-right: 100px;
  width: 49%;
  padding-bottom: 30px;
}
.new-zt4 .text::before {
  content: '';
  width: 41px;
  height: 24px;
  background: url(../img/semi_left.png) no-repeat center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -20px;
}
.new-zt4 .text::after {
  content: '';
  width: 68px;
  height: 40px;
  background: url(../img/semi_right.png) no-repeat center;
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: -40px;
}
.new-zt4 .text span {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: #253858;
  padding-left: 15px;
  position: relative;
  line-height: 2;
  margin-top: 10px;
}
.new-zt4 .text span::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #049f97;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.new-zt5 {
  background: url('../img/new_zt_bg.png') no-repeat left top;
  padding-top: 80px;
  padding-bottom: 50px;
}
.new-zt5 .zt-title {
  color: #ffffff;
}
.new-zt5 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-zt5 .content .item {
  margin-left: 24px;
  -webkit-box-shadow: 0 2px 5px 1px #f1f4f8;
  box-shadow: 0 2px 5px 1px #f1f4f8;
  background-color: #fff;
  margin-top: 50px;
  height: 357px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 80px 0 0 35px;
}
.new-zt5 .content .item::before {
  content: '';
  width: 113px;
  height: 113px;
  position: absolute;
  left: 10px;
  top: -55px;
}
.new-zt5 .content .item.item1 {
  margin-left: 0;
}
.new-zt5 .content .item.item1::before {
  background: url('../img/new_zt_icon4.png') no-repeat center;
}
.new-zt5 .content .item.item2::before {
  background: url('../img/new_zt_icon5.png') no-repeat center;
}
.new-zt5 .content .item.item3::before {
  background: url('../img/new_zt_icon6.png') no-repeat center;
}
.new-zt5 .content .item h3 {
  font-size: 24px;
  color: #18c0b7;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-weight: 600;
}
.new-zt5 .content .item p {
  font-size: 16px;
  font-weight: lighter;
  color: #1d495d;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}
.new-zt5 .content .item p::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #b2d8e7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.new-zt1 {
  height: 550px;
  background-color: #f6f9fc;
}
.new-zt1 .zt-summary {
  padding-right: 47%;
  padding-top: 120px;
}
.new-zt1 .zt-summary .title {
  font-size: 3.4em;
  color: #09bcb2;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.new-zt1 .zt-summary .summary {
  display: block;
  font-size: 2.4em;
  color: #253858;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.new-zt1 .zt-summary .summary::after {
  content: '';
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background-color: #6ecfc8;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.new-zt1 .zt-summary p {
  font-size: 1.6em;
  color: #9797a1;
  line-height: 2.4;
}
.new-zt1 .img {
  position: absolute;
  right: 0;
  top: 70px;
}

@media only screen and (max-width: 1199px) {
  .new-zt1 {
    height: auto;
    padding-bottom: 20px;
  }
  .new-zt1 .zt-summary {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .new-zt1 .img {
    position: relative;
    top: 0;
    text-align: center;
  }
  .new-zt1 .img img {
    display: inline-block;
    max-width: 100%;
  }
  .new-zt2 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-zt2 .content .text {
    padding: 20px 0;
    width: 100%;
  }
  .new-zt2 .content .text::before {
    display: none;
  }
  .new-zt2 .content .text::after {
    display: none;
  }
  .new-zt3 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-zt3 .content .text {
    width: 100%;
    padding-top: 20px;
  }
  .new-zt4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-zt4 .content .text {
    width: 100%;
    padding: 0;
  }
  .new-zt4 .content .text::before {
    display: none;
  }
  .new-zt4 .content .text::after {
    display: none;
  }
  .new-zt5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-zt5 .content .item {
    margin-left: 0;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px 1px #eff3f7;
    box-shadow: 0 0 5px 1px #eff3f7;
  }
}

.article-head {
  width: 100%;
  margin: 70px auto 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8EF
}

.article-head .article-title {
  font-size: 3em;
  text-align: center;
  color: #253858;
  margin: 0 auto 10px
}

.article-head .article-ftitle {
  font-size: 1.6em;
  text-align: center;
  color: #888;
  display: none;
  margin: 10px auto 20px;
  padding: 0 15px
}

.article-head .article-info {
  font-size: 1.6em;
  color: #9E9EA7;
  text-align: center;
  padding: 10px 0
}

.article-head .article-info span {
  display: inline-block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px
}

.article-content {
  padding: 12px;
  color: #333333
}

.article-content>p {
  text-indent: 2em;
  font-size: 1.6em;
  line-height: 2.2;
  margin-bottom: 12px
}

.article-content>p[align='center'],
.article-content>p.center {
  text-indent: 0
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.article-jump {
  margin-bottom: 70px
}

.article-jump a {
  width: 49%;
  float: left;
  font-size: 1.6em;
  height: 110px;
  line-height: 110px;
  background-color: #EEEEEE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9797A1;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.article-jump a:hover {
  color: #fff
}

.article-jump .prev {
  float: left;
  padding-left: 70px;
  background: #eee url(../img/jump_left.png) no-repeat 20px center
}

.article-jump .prev:hover {
  background: #09BCB2 url(../img/jump_left_on.png) no-repeat 20px center
}

.article-jump .next {
  float: right;
  padding-left: 30px;
  padding-right: 70px;
  background: #eee url(../img/jump_right.png) no-repeat 97% center
}

.article-jump .next:hover {
  background: #09BCB2 url(../img/jump_right_on.png) no-repeat 97% center
}

@media (max-width: 991px) {
  .article-jump {
    background-color: #FFF
  }

  .article-jump a {
    width: 100%;
    float: none;
    background-color: #dedbdb;
    height: 80px;
    line-height: 80px
  }

  .article-jump .prev,
  .article-jump .next {
    margin: 5px 0
  }
}

@media (max-width: 639px) {
  .article-jump a {
    height: 60px;
    line-height: 60px
  }
}

@media only screen and (max-width: 639px) {
  .article-head .article-title {
    font-size: 2em
  }
}

@media only screen and (max-width: 479px) {
  .article-content {
    padding: 12px 0
  }
}

.article-head {
  width: 100%;
  margin: 70px auto 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8EF
}

.article-head .article-title {
  font-size: 3em;
  text-align: center;
  color: #253858;
  margin: 0 auto 10px
}

.article-head .article-ftitle {
  font-size: 1.6em;
  text-align: center;
  color: #888;
  display: none;
  margin: 10px auto 20px;
  padding: 0 15px
}

.article-head .article-info {
  font-size: 1.6em;
  color: #9E9EA7;
  text-align: center;
  padding: 10px 0
}

.article-head .article-info span {
  display: inline-block;
  margin: 2px 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px
}

.article-content {
  padding: 12px;
  color: #333333
}

.article-content>p {
  text-indent: 2em;
  font-size: 1.6em;
  line-height: 2.2;
  margin-bottom: 12px
}

.article-content>p[align='center'],
.article-content>p.center {
  text-indent: 0
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto
}

.article-jump {
  margin-bottom: 70px
}

.article-jump a {
  width: 49%;
  float: left;
  font-size: 1.6em;
  height: 110px;
  line-height: 110px;
  background-color: #EEEEEE;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9797A1;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.article-jump a:hover {
  color: #fff
}

.article-jump .prev {
  float: left;
  padding-left: 70px;
  background: #eee url(../img/jump_left.png) no-repeat 20px center
}

.article-jump .prev:hover {
  background: #09BCB2 url(../img/jump_left_on.png) no-repeat 20px center
}

.article-jump .next {
  float: right;
  padding-left: 30px;
  padding-right: 70px;
  background: #eee url(../img/jump_right.png) no-repeat 97% center
}

.article-jump .next:hover {
  background: #09BCB2 url(../img/jump_right_on.png) no-repeat 97% center
}

@media (max-width: 991px) {
  .article-jump {
    background-color: #FFF
  }

  .article-jump a {
    width: 100%;
    float: none;
    background-color: #dedbdb;
    height: 80px;
    line-height: 80px
  }

  .article-jump .prev,
  .article-jump .next {
    margin: 5px 0
  }
}

@media (max-width: 639px) {
  .article-jump a {
    height: 60px;
    line-height: 60px
  }
}

@media only screen and (max-width: 639px) {
  .article-head .article-title {
    font-size: 2em
  }
}

@media only screen and (max-width: 479px) {
  .article-content {
    padding: 12px 0
  }
}

.typical-list-wrap .typical-tab-wrap {
  background-color: #F6F9FC;
  height: 150px;
  text-align: center;
  padding-top: 50px;
  margin-top: -50px;
  padding: 50px 100px 0;
  overflow: hidden;
  margin-bottom: 50px
}

.typical-list-wrap .typical-tab-wrap li.active a span {
  background-color: #09BCB2;
  color: #fff;
  font-weight: lighter
}

.typical-list-wrap .typical-tab span {
  display: block;
  border: 1px solid #1AC9C0;
  text-align: center;
  line-height: 47px;
  font-size: 2em;
  margin: 0 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer
}

.typical-list-wrap .typical-tab span:hover,
.typical-list-wrap .typical-tab span.active {
  background-color: #09BCB2;
  color: #fff;
  font-weight: lighter
}

.typical-list-wrap .typical-list-page {
  margin-left: -1%;
  margin-right: -1%
}

.typical-list-wrap .typical-list-page li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 2%
}

.typical-list-wrap .typical-list-page li a {
  display: block;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.typical-list-wrap .typical-list-page li a .img {
  overflow: hidden;
  height: 220px
}

.typical-list-wrap .typical-list-page li a .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.typical-list-wrap .typical-list-page li a .text {
  padding: 20px;
  height: 213px;
  background-color: #F6F9FC
}

.typical-list-wrap .typical-list-page li a .title {
  display: block;
  font-size: 1.8em;
  color: #3D495D;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.typical-list-wrap .typical-list-page li a .ftitle {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #09BCB2;
  color: #fff;
  font-size: 0;
  margin-bottom: 15px
}

.typical-list-wrap .typical-list-page li a .intro {
  display: block;
  line-height: 2;
  font-size: 1.6em;
  color: #A6A6AF;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.typical-list-wrap .typical-list-page li a:hover {
  -webkit-box-shadow: 1px 0 10px 4px #DAE8E6;
  box-shadow: 1px 0 10px 4px #DAE8E6
}

.typical-list-wrap .typical-list-page li a:hover .title {
  color: #09BCB2
}

.typical-list-wrap .typical-list-page li a:hover .intro {
  color: #253858
}

.typical-list-wrap .typical-list-page li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.typical-list-wrap .btn-more-case,
.typical-list-wrap .btn-collapse-case {
  margin-bottom: 80px;
  display: block;
  background-color: #F6F9FC;
  color: #19C0B7;
  height: 56px;
  font-size: 1.6em;
  line-height: 56px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  cursor: pointer
}

.typical-list-wrap .btn-more-case:hover,
.typical-list-wrap .btn-collapse-case:hover {
  background-color: #19C0B7;
  color: #fff
}

@media only screen and (max-width: 1199px) {

  .typical-list-wrap .slick-next:before,
  .typical-list-wrap .slick-prev:before {
    display: none
  }

  .typical-list-wrap .slick-next,
  .typical-list-wrap .slick-prev {
    width: 23px;
    height: 23px
  }

  .typical-list-wrap .slick-next {
    background: url(../img/typical_right.png) no-repeat center;
    z-index: 1
  }

  .typical-list-wrap .slick-next:hover {
    background: url(../img/typical_right_on.png) no-repeat center
  }

  .typical-list-wrap .slick-prev {
    z-index: 1;
    background: url(../img/typical_left.png) no-repeat center
  }

  .typical-list-wrap .slick-prev:hover {
    background: url(../img/typical_left_on.png) no-repeat center
  }

  .typical-list-wrap .typical-list-page li {
    width: 48%
  }
  .typical-list-wrap .typical-list-page li a .img{
    height: 200px;
  }
}

@media only screen and (max-width: 1023px) {
  .typical-list-wrap .typical-list-page li a .img {
    height: 160px
  }

  .typical-list-wrap .typical-list-page li a .text {
    padding: 10px
  }

  .typical-list-wrap .typical-list-page li a .title {
    margin-bottom: 10px
  }
}

@media only screen and (max-width: 767px) {
  .typical-list-wrap .typical-tab-wrap {
    padding: 30px 50px 0;
    height: 110px
  }
}

@media only screen and (max-width: 639px) {
  .typical-list-wrap .typical-list-page li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }

  .typical-list-wrap .typical-list-page li a {
    height: auto
  }

  .typical-list-wrap .typical-list-page li a .text {
    padding: 20px;
    height: auto
  }
  .typical-list-wrap .typical-list-page li a .img {
    height: auto
  }
}



.research-list-wrap .research-tab-wrap {
  background-color: #F6F9FC;
  height: 150px;
  text-align: center;
  padding-top: 50px;
  margin-top: -50px;
  padding: 50px 100px 0;
  overflow: hidden;
  margin-bottom: 50px;
  display: none;
}

.research-list-wrap .research-tab-wrap li.active a span {
  background-color: #09BCB2;
  color: #fff;
  font-weight: lighter
}

.research-list-wrap .research-tab span {
  display: block;
  border: 1px solid #1AC9C0;
  text-align: center;
  line-height: 47px;
  font-size: 2em;
  margin: 0 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer
}

.research-list-wrap .research-tab span:hover,
.research-list-wrap .research-tab span.active {
  background-color: #09BCB2;
  color: #fff;
  font-weight: lighter
}

.research-list-wrap .research-list-page {
  margin-top: 80px;
  margin-left: -1%;
  margin-right: -1%
}

.research-list-wrap .research-list-page li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 2%
}

.research-list-wrap .research-list-page li a {
  display: block;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.research-list-wrap .research-list-page li a .img {
  overflow: hidden;
  height: 220px
}

.research-list-wrap .research-list-page li a .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.research-list-wrap .research-list-page li a .text {
  padding: 20px;
  height: 213px;
  background-color: #F6F9FC
}

.research-list-wrap .research-list-page li a .title {
  display: block;
  font-size: 1.8em;
  color: #3D495D;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.research-list-wrap .research-list-page li a .ftitle {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #09BCB2;
  color: #fff;
  font-size: 0;
  margin-bottom: 15px
}

.research-list-wrap .research-list-page li a .intro {
  display: block;
  line-height: 2;
  font-size: 1.6em;
  color: #A6A6AF;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.research-list-wrap .research-list-page li a:hover {
  -webkit-box-shadow: 1px 0 10px 4px #DAE8E6;
  box-shadow: 1px 0 10px 4px #DAE8E6
}

.research-list-wrap .research-list-page li a:hover .title {
  color: #09BCB2
}

.research-list-wrap .research-list-page li a:hover .intro {
  color: #253858
}

.research-list-wrap .research-list-page li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.research-list-wrap .research-btn-more-case,
.research-list-wrap .research-btn-collapse-case {
  margin-bottom: 80px;
  display: block;
  background-color: #F6F9FC;
  color: #19C0B7;
  height: 56px;
  font-size: 1.6em;
  line-height: 56px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  cursor: pointer
}

.research-list-wrap .research-btn-more-case:hover,
.research-list-wrap .research-btn-collapse-case:hover {
  background-color: #19C0B7;
  color: #fff
}

@media only screen and (max-width: 1199px) {

  .research-list-wrap .slick-next:before,
  .research-list-wrap .slick-prev:before {
    display: none
  }

  .research-list-wrap .slick-next,
  .research-list-wrap .slick-prev {
    width: 23px;
    height: 23px
  }

  .research-list-wrap .slick-next {
    background: url(../img/typical_right.png) no-repeat center;
    z-index: 1
  }

  .research-list-wrap .slick-next:hover {
    background: url(../img/typical_right_on.png) no-repeat center
  }

  .research-list-wrap .slick-prev {
    z-index: 1;
    background: url(../img/typical_left.png) no-repeat center
  }

  .research-list-wrap .slick-prev:hover {
    background: url(../img/typical_left_on.png) no-repeat center
  }

  .research-list-wrap .research-list-page li {
    width: 48%
  }
  .research-list-wrap .research-list-page li a .img{
    height: 200px;
  }
}

@media only screen and (max-width: 1023px) {
  .research-list-wrap .research-list-page li a .img {
    height: 160px
  }

  .research-list-wrap .research-list-page li a .text {
    padding: 10px
  }

  .research-list-wrap .research-list-page li a .title {
    margin-bottom: 10px
  }
}

@media only screen and (max-width: 767px) {
  .research-list-wrap .research-tab-wrap {
    padding: 30px 50px 0;
    height: 110px
  }
}

@media only screen and (max-width: 639px) {
  .research-list-wrap .research-list-page li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }

  .research-list-wrap .research-list-page li a {
    height: auto
  }

  .research-list-wrap .research-list-page li a .text {
    padding: 20px;
    height: auto
  }
  .research-list-wrap .research-list-page li a .img {
    height: auto
  }
}


.footer-wrap {
  background-color: #233453
}

.footer-wrap .footer-content {
  position: relative;
  padding-top: 70px
}

.footer-wrap .footer-content .footer-info {
  position: relative;
  overflow: hidden
}

.footer-wrap .footer-content .base-info {
  width: 30%;
  float: left;
  border-right: 1px solid #425270;
  height: 174px
}

.footer-wrap .footer-content .base-info a {
  display: block
}

.footer-wrap .footer-content .base-info span {
  display: block
}

.footer-wrap .footer-content .base-info .address {
  font-size: 1.4em;
  color: #fff;
  padding-left: 27px;
  background: url(../img/address.png) no-repeat left center;
  height: 24px;
  line-height: 24px;
  letter-spacing: 1px
}

.footer-wrap .footer-content .base-info .tel-txt1 {
  font-size: 1.4em;
  color: #fff;
  padding-left: 23px;
  background: url(../img/tel.png) no-repeat left center;
  margin-bottom: 10px
}

.footer-wrap .footer-content .base-info .tel-txt2 {
  font-size: 3em;
  color: #09BCB2;
  padding-left: 23px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 30px
}

.footer-wrap .footer-content .link-wrap {
  width: 43%;
  float: left;
  margin-left: 30px;
  height: 174px;
  margin-right: 30px;
  border-right: 1px solid #425270
}

.footer-wrap .footer-content .link-wrap .link-info {
  display: inline-block;
  float: left;
  margin-right: 15px
}

.footer-wrap .footer-content .link-wrap .link-info .link-title {
  font-size: 1.8em;
  color: #fff;
  display: block;
  margin-bottom: 20px
}

.footer-wrap .footer-content .link-wrap .link-info a {
  display: block;
  color: #8FA1C1;
  font-size: 1.4em;
  margin-bottom: 10px
}
.footer-wrap .footer-content .link-wrap .link-info:nth-child(1) a:last-child{
  display: none
}
.footer-wrap .footer-content .code-wrap {
  float: right
}

.footer-wrap .footer-content .code-wrap span {
  display: inline-block
}

.footer-wrap .footer-content .code-wrap .wxcode {
  margin-right: 20px;
  width: 150px;
  text-align: center;
  position: relative
}

.footer-wrap .footer-content .code-wrap .wxcode::after {
  content: "视频号\A依能职业院校智慧校园平台";
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 2px;
  white-space: pre-wrap;
}

.footer-wrap .footer-content .code-wrap .wxcode2 {
  position: relative;
  width: 150px;
  text-align: center;
}

.footer-wrap .footer-content .code-wrap .wxcode2::after {
  content: "视频号\A微讲师新一代多媒体教室";
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 2px;
  white-space: pre-wrap;
}

.footer-wrap .footer-content .other-link {
  padding-left: 120px;
  background: url(../img/footer_logo.png) no-repeat left center;
  height: 36px;
  margin: 32px 0 20px
}

.footer-wrap .footer-content .other-link .other-main a {
  display: inline-block;
  line-height: 45px;
  font-size: 1.4em;
  color: #fff;
  margin-right: 35px;
  letter-spacing: 1px
}

.footer-wrap .footer-addtional {
  height: 64px;
  line-height: 64px;
  border-top: 1px solid #31405C
}

.footer-wrap .footer-addtional .copyright {
  font-size: 1.4em;
  color: #fff;
  display: inline-block;
  float: left
}

.footer-wrap .footer-addtional .right-info {
  float: right
}

.footer-wrap .footer-addtional .right-info a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4em
}
.footer-wrap .footer-addtional .right-info .beian{
  background: url(../img/police.png) no-repeat left center;
  padding-left: 22px;
}
.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 5px;
  border-radius: 4px;
  bottom: 220px;
  cursor: pointer;
  background: #2C3F5D url("../img/gotop.png") center center no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100
}

@media only screen and (max-width: 1479px) {
  .footer-wrap .footer-content .link-wrap {
    margin-right: 0;
    width: 42%;
    margin-left: 10px
  }
}

@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-content .base-info {
    display: none
  }

  .footer-wrap .footer-content .link-wrap {
    margin-left: 0;
    width: 66%
  }
}

@media only screen and (max-width: 1023px) {
  .footer-wrap .footer-content {
    display: none
  }
}

@media only screen and (max-width: 639px) {
  .footer-wrap .footer-addtional .right-info {
    display: none
  }

  .footer-wrap .footer-addtional .copyright {
    float: none;
    display: block;
    text-align: center
  }
}

.header-info {
  position: relative
}

.header-top {
  height: 80px;
  /* position: fixed; */
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #1C2A42
}

.header-top>.content-box {
  position: relative
}

.header-top .logo {
  display: block;
  float: left;
  width: 97px;
  padding-top: 18px
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 43px;
  margin: 0 auto;
  outline: none
}

.header-top .search-box {
  width: 162px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 30px;
  border-radius: 3px;
  border-bottom: 1px solid #253249
}

.header-top .search-box input {
  height: 34px;
  border: none;
  line-height: 34px;
  color: #fff;
  text-indent: 55px;
  font-size: 1.4em;
  outline: none;
  z-index: 11;
  background: none;
  border-radius: 3px 0 0 3px
}

.header-top .search-box input::-webkit-input-placeholder {
  background: none;
  color: #344156
}

.header-top .search-box input::-moz-placeholder {
  background: none;
  color: #344156
}

.header-top .search-box input:-moz-placeholder {
  background: none;
  color: #344156
}

.header-top .search-box input:-ms-input-placeholder {
  background: none;
  color: #344156
}

.header-top .search-box a {
  display: block;
  width: 70px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/search_btn.png") center center no-repeat;
  z-index: 10;
  outline: none
}

.header-top .mobile-search-box {
  display: none
}

.nav-open,
.nav-close {
  display: none
}

@media only screen and (min-width: 1200px) {
  .header-nav {
    position: relative
  }

  .nav-bar {
    z-index: 99;
    float: left;
    margin-left: 70px
  }

  .nav-bar>li {
    display: inline-block;
    height: 80px;
    position: relative;
    padding: 0 25px
  }

  .nav-bar>li:hover>a,
  .nav-bar>li.active>a {
    color: #fff
  }

  .nav-bar>li:hover>a:after,
  .nav-bar>li.active>a:after {
    display: block
  }

  .nav-bar>li>a {
    display: inline-block;
    font-size: 1.8em;
    color: #fff;
    position: relative;
    line-height: 80px;
    text-align: center;
    background-position: center 15px;
    background-repeat: no-repeat
  }

  .nav-bar>li>a:after {
    content: '';
    width: 100%;
    height: 2px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff
  }

  .nav-bar>li:last-child>a:after {
    display: none
  }

  .nav-bar>li>ul {
    position: absolute;
    top: 80px;
    left: 0;
    overflow-y: hidden;
    max-height: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 5px;
    background-color: #F3F6F7;
    box-shadow: 3px 0 5px 0 #D5D8DE;
    z-index: -1;
    width: 200%
  }

  .nav-bar>li>ul.textleft {
    text-align: left
  }

  .nav-bar>li>ul.textright {
    text-align: left
  }

  .nav-bar>li>ul li {
    margin: 0;
    padding: 0 10px 0 10px;
    height: 40px
  }

  .nav-bar>li>ul li>a {
    font-size: 1.6em;
    line-height: 36px;
    height: 36px;
    color: #253858;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    padding-left: 10px;
    /* text-align: center; */
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .nav-bar>li>ul li>a:hover {
    background-color: #CFE9E9;
    color: #09BCB2
  }

  .nav-bar>li:hover>ul {
    max-height: 400px;
    padding: 15px 0 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    border-top: 5px solid #09BCB2
  }

  .nav-bar>li>ul>div>li>a:hover,
  .nav-bar>li>ul>div>li.active>a {
    background-color: #CFE9E9;
    color: #09BCB2
  }

  .nav-bar .has-children {
    background: url(../img/arrow_down.png) no-repeat 95% center
  }

  .nav-bar .has-children a::after {
    display: none !important
  }
}

@media only screen and (max-width: 1199px) {
  .row:nth-child(2){
    margin-top: 0 !important;
  }
  .header-top {
    padding: 10px;
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9998;
    background-size: 100% 100%
  }

  .header-top>.content-box {
    height: 80px
  }

  .header-top .search-box {
    display: none
  }

  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    font-size: 0;
    color: #fff;
    background: url("../img/btn_nav_open.png") right center no-repeat
  }

  .header-nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    overflow-y: scroll
  }

  .header-nav.nshow {
    right: 0
  }

  .header-nav.show {
    right: 0
  }

  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px #CCC;
    box-shadow: 0 2px 2px #CCC;
    font-size: 1.4rem
  }

  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333
  }

  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url("../img/nav_close.png") center no-repeat
  }

  .screen-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    left: 0;
    top: 0;
    z-index: 1
  }

  .mobile-search-box {
    width: 400px;
    display: none;
    float: none;
    margin: 0 auto;
    top: 36px;
    z-index: 9;
    position: relative
  }

  .mobile-search-box .mobile-search-box-content {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 2px);
    width: 276px \9;
    height: 32px;
    background: #fff;
    border: 1px solid #dedede;
    overflow: hidden;
    border-radius: 3px;
    z-index: 1
  }

  .mobile-search-box .mobile-search-box-content a {
    display: block;
    width: 51px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/search_btn.png);
    background-color: #09BCB2;
    z-index: 10;
    outline: none
  }

  .mobile-search-box .mobile-search-box-content input {
    width: calc(100% - 65px);
    width: 201px \9;
    height: 32px;
    border: none;
    line-height: 32px;
    color: #999999;
    padding: 9px 0;
    padding-left: 10px;
    background: #fff;
    font-size: 1.4em;
    outline: none;
    z-index: 11;
    overflow: hidden;
    font-family: '宋体'
  }

  .search-open {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -5px;
    background: url("../img/search_open.png") left center no-repeat
  }

  .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto
  }

  .nav-bar>li {
    background: #FFF;
    -webkit-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
    border-radius: 10px;
    margin-bottom: 10px
  }

  .nav-bar>li>a {
    font-size: 1.6rem;
    display: block;
    background: #2C3F5D;
    color: #FFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li:first-child>a {
    display: none
  }

  .nav-bar>li>ul {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li>ul>li {
    display: inline-block;
    margin:0 10px
  }

  .nav-bar>li>ul>li>a {
    font-size: 1.6rem;
    padding: 5px 10px;
    border: 1px solid #E7EEFC;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #2C3F5D;
    white-space: nowrap
  }

  .nav-bar>li>ul>li.active>a {
    background: #2C3F5D;
    color: #fff;
    border-color: #2C3F5D
  }

  .nav-bar>li>ul>li>ul {
    display: block;
    background: #F3F3F3
  }

  .nav-bar>li>ul>li>ul>li>a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px
  }

  .nav-bar>li>ul>li>ul>li.active>a {
    background: #4890EA;
    color: #FFF
  }
}

@media only screen and (max-width: 639px) {
  .mobile-search-box .mobile-search-box-content {
    width: 90%
  }

  .header-top {
    height: 70px
  }

  .header-top .logo {
    padding-top: 3px
  }

  .header-top .nav-open {
    top: 30%
  }

  .header-top .search-open {
    right: 60px;
    top: 30%
  }

  .header-top .mobile-search-box {
    width: 85%
  }
}

.about1 {
  margin-top: 50px;
  margin-bottom: 80px
}

.about1 .about-title {
  margin-bottom: 30px
}

.about1 p {
  font-size: 1.6em;
  color: #253858;
  line-height: 2.2;
  margin-bottom: 5px;
  text-indent: 2em
}

.about1 p span {
  font-weight: bold;
  color: #18C0B6
}

.about1 .img {
  margin-top: 25px
}

.about1 .img img {
  display: inline-block;
  max-width: 100%
}

.about2 {
  background: url(../img/about2_bg.png) no-repeat left top;
  padding-top: 50px
}

.about2 .about-title {
  color: #fff !important
}

.about2 .intro {
  font-size: 1.6em;
  color: #fff
}

.about2 .about2-num {
  margin: 50px 0 60px
}

.about2 .about2-num li {
  display: inline-block;
  float: left;
  width: 31.333%
}

.about2 .about2-num li span {
  display: inline-block;
  font-size: 4.8em;
  color: #fff;
  padding-left: 40px;
  background: url(../img/about2_num_bg.png) no-repeat 25px center;
  position: relative
}

.about2 .about2-num li:nth-child(1) span::after {
  content: "";
  display: inline-block;
  background: url(../img/about3_1.png) no-repeat;
  width: 208px;
  height: 37px;
  margin-left: 10px
}

.about2 .about2-num li:nth-child(2) span::after {
  content: "";
  display: inline-block;
  background: url(../img/about3_2.png) no-repeat;
  width: 65px;
  height: 41px;
  margin-left: 10px
}

.about2 .about2-num li:nth-child(3) span::after {
  content: "";
  display: inline-block;
  background: url(../img/about3_3.png) no-repeat;
  width: 61px;
  height: 41px;
  margin-left: 10px
}

.about2 .honor-list {
  /* -webkit-box-shadow: 0 5px 20px 5px #EBF3F2;
  box-shadow: 0 5px 20px 5px #EBF3F2;
  background-color: #fff; */
  border: 1px solid #ecf2f7;
  background-color: #fff;
  padding: 50px 50px 0 50px
}

.about2 .honor-list li {
  width: 25%;
  float: left;
  height: 120px;
  text-align: center;
  margin-bottom: 50px
}

.about2 .honor-list li .img {
  height: 59px
}

.about2 .honor-list li p {
  font-size: 1.6em;
  color: #253858;
  width: 60%;
  padding-top: 15px;
  text-align: center;
  margin: 0 auto
}

.about3 {
  margin-top: 80px
}

.about3 .about-title {
  margin-bottom: 25px !important
}

.about3 h4 {
  font-size: 2.8em;
  color: #253858;
  margin-bottom: 40px;
  position: relative
}

.about3 h4::after {
  content: "";
  font-size: 16px;
  color: #9797A1;
  padding-left: 15px
}

.about3 .culture-title::after {
  content: "生生不息的企业文化，是依能不断成长的不竭动力"
}

.about3 .env-title {
  margin-top: 70px
}

.about3 .env-title::after {
  content: "舒适和谐的工作环境，让依能成为一个其乐融融的和谐大家庭"
}

.about3 .culture-list {
  background: url(../img/about4_bg.png) no-repeat left top
}

.about3 .culture-list li {
  width: 33.333333%;
  float: left;
  height: 500px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative
}

.about3 .culture-list li .item {
  padding: 138px 68px 0
}

.about3 .culture-list li .item h3 {
  font-size: 2.6em;
  color: #fff;
  margin-bottom: 30px
}

.about3 .culture-list li .item p {
  font-size: 1.8em;
  margin-bottom: 10px;
  color: #fff;
  line-height: 2
}

.about3 .culture-list li .item .img {
  display: inline-block;
  position: absolute;
  bottom: 70px
}

.about3 .culture-list li:hover {
  background-color: #049F97
}

.about3 .env-list {
  margin-left: -1%;
  margin-right: -1%
}

.about3 .env-list li {
  width: 23%;
  float: left;
  margin: 0 1%
}

.about3 .env-list li .img {
  height: 206px;
  overflow: hidden
}

.about3 .env-list li .img img {
  display: block;
  width: 100%;
  height: 100%
}

.about3 .team-title {
  margin-top: 70px;
  margin-bottom: 20px
}

.about3 .team-intro {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  margin-bottom: 20px
}

.about3 .team-list {
  margin-bottom: 80px
}

.about3 .team-list .slick-next:before,
.about3 .team-list .slick-prev:before {
  display: none
}

.about3 .team-list .slick-next,
.about3 .team-list .slick-prev {
  width: 12px;
  height: 18px
}

.about3 .team-list .slick-next {
  background: url(../img/about6_right.png) no-repeat center
}

.about3 .team-list .slick-next:hover {
  background: url(../img/about6_right_on.png) no-repeat center
}

.about3 .team-list .slick-prev {
  background: url(../img/about6_left.png) no-repeat center
}

.about3 .team-list .slick-prev:hover {
  background: url(../img/about6_left_on.png) no-repeat center
}

.about3 .team-list li {
  margin: 0 12px;
  outline: none
}

.about3 .team-list li .img {
  height: 206px;
  overflow: hidden
}

.about3 .team-list li .img img {
  display: block;
  width: 100%;
  height: 100%
}

.about3 .team-list li h3 {
  height: 60px;
  line-height: 60px;
  background-color: #F6FAFD;
  font-size: 1.6em;
  text-align: center;
  color: #9D9EA7
}

@media only screen and (max-width: 1366px) {
  .about3 .env-list {
    margin-left: 0;
    margin-right: 0
  }

  .about3 .env-list li .img {
    height: 180px
  }

  .about3 .team-list li .img {
    height: 180px
  }

  .about3 .culture-list li .item .img {
    bottom: 50px
  }
}

@media only screen and (max-width: 1199px) {
  .about1 .about-title {
    margin-bottom: 20px
  }

  .about2 .about2-num li {
    width: 25%
  }

  .about2 .about2-num li:first-child {
    width: 50%
  }

  .about2 .honor-list li p {
    width: 70%
  }

  .about3 h4 {
    font-size: 2em;
    margin-bottom: 20px
  }

  .about3 .env-list li .img {
    height: 140px
  }

  .about3 .culture-list li .item {
    padding: 135px 20px
  }

  .about3 .culture-list li .item h3 {
    font-size: 2em
  }

  .about3 .culture-list li .item p {
    font-size: 1.6em
  }

  .about3 .team-list {
    padding: 0 30px
  }

  .about3 .team-list .slick-prev {
    left: 0
  }

  .about3 .team-list .slick-next {
    right: 0
  }
}

@media only screen and (max-width: 1023px) {
  .about2 .about-title {
    margin-bottom: 20px
  }

  .about2 .about2-num li span {
    font-size: 3.8em
  }

  .about2 .intro {
    line-height: 1.8;
    margin-bottom: 20px
  }

  .about2 .honor-list {
    padding: 30px 20px 0 30px
  }

  .about3 .env-list li .img {
    height: 110px
  }

  .about3 .culture-list li .item .img {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .about2 .about2-num {
    margin: 10px 0 20px
  }

  .about2 .about2-num li {
    width: 50%
  }

  .about2 .about2-num li:first-child {
    width: 100%;
    margin-bottom: 20px
  }

  .about2 .honor-list li {
    width: 33.333333%
  }

  .about3 .env-list li {
    width: 48%;
    margin: 0 1% 15px
  }

  .about3 .env-list li .img {
    height: 180px
  }

  .about3 .culture-list {
    padding: 20px 0
  }

  .about3 .culture-list li {
    width: 100%;
    float: none;
    height: auto
  }

  .about3 .culture-list li .item {
    height: auto;
    padding: 0 20px 20px
  }

  .about3 .culture-list li .item h3 {
    margin-bottom: 15px
  }

  .about3 .culture-list li .item p {
    margin-bottom: 0
  }

  .about3 .team-list li .img {
    height: 160px
  }
}

@media only screen and (max-width: 639px) {
  .about2 .honor-list li {
    width: 50%
  }

  .about2 .honor-list li p {
    width: 90%
  }

  .about3 .env-list li .img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .about3 .env-list li .img {
    height: 100px
  }
}

.cloud1 {
  position: relative;
  overflow: hidden;
  height: 550px;
  margin-bottom: 80px;
  background-color: #F6F9FC;
}

.cloud1 .text {
  width: 48%;
  float: left
}

.cloud1 .text .summary {
  display: block;
  font-size: 2.4em;
  color: #253858;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 1px
}

.cloud1 .text .summary::after {
  content: "";
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background-color: #6ECFC8;
  position: absolute;
  left: 0;
  bottom: -15px
}

.cloud1 .text h3 {
  font-size: 3.4em;
  font-weight: bold;
  color: #09BCB2;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-top: 120px
}

.cloud1 .text p {
  font-size: 1.6em;
  line-height: 2.3;
  color: #9F9FA9
}

.cloud1 .img {
  width: 48%;
  padding-top: 78px;
  float: right
}

.cloud1 .img img {
  display: block;
  width: auto;
  max-width: 100%
}

.cloud2 {
  margin-bottom: 100px
}

.cloud2 .service-list {
  margin-left: -1%;
  margin-right: -1%
}

.cloud2 .service-list li {
  width: 48%;
  float: left;
  margin: 0 1%
}

.cloud2 .service-list li a {
  display: block;
  background-color: #F6F9FC;
  padding: 40px;
  height: 432px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cloud2 .service-list li a h3 {
  font-size: 2.2em;
  color: #253858;
  height: 37px;
  line-height: 37px;
  padding-left: 70px;
  margin-bottom: 30px
}

.cloud2 .service-list li a p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  height: 130px
}

.cloud2 .service-list li a:hover {
  -webkit-box-shadow: 0 1px 12px 5px #E8F1F0;
  box-shadow: 0 1px 12px 5px #E8F1F0
}

.cloud2 .service-list li .info .title {
  display: inline-block;
  width: 94px;
  height: 32px;
  line-height: 32px;
  background: url(../img/fit_title.png) no-repeat center;
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 10px;
  text-align: center
}

.cloud2 .service-list li .info p {
  height: auto;
  padding-left: 20px;
  color: #253858;
  background: url(../img/cloud_list.png) no-repeat left center
}

.cloud2 .service-list li:nth-child(1) a h3 {
  background: url(../img/title1.png) no-repeat left center
}

.cloud2 .service-list li:nth-child(2) a h3 {
  background: url(../img/title2.png) no-repeat left center
}

.cloud3 {
  padding: 50px 0;
  margin-bottom: 80px;
  background-color: #049F97
}

.cloud3 .cloud-title {
  color: #fff !important
}

.cloud3 .goodness-list {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-left: -1%;
  margin-right: -1%
}

.cloud3 .goodness-list li {
  width: 31.3333%;
  float: left;
  margin: 0 1%
}

.cloud3 .goodness-list li a {
  display: block;
  text-align: center;
  height: 140px;
  line-height: 140px;
  background-color: #04918A
}

.cloud3 .goodness-list li a span {
  display: inline-block;
  font-size: 2.4em;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 58px
}

.cloud3 .goodness-list li:nth-child(1) a span {
  background: url(../img/cloud_good1.png) no-repeat left center
}

.cloud3 .goodness-list li:nth-child(2) a span {
  background: url(../img/cloud_good2.png) no-repeat left center
}

.cloud3 .goodness-list li:nth-child(3) a span {
  background: url(../img/cloud_good3.png) no-repeat left center
}

.cloud4 .cloud-case {
  overflow: hidden
}

.cloud4 .cloud-case .img {
  width: 49%;
  float: left;
  overflow: hidden;
  height: 426px
}

.cloud4 .cloud-case .img img {
  display: block;
  width: 100%;
  height: 100%
}

.cloud4 .cloud-case .img img.hide {
  display: none
}

.cloud4 .cloud-case .text {
  width: 49%;
  float: right
}

.cloud4 .cloud-case .text .item {
  height: 132px;
  background-color: #F6F9FC;
  padding: 15px 20px 0;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cloud4 .cloud-case .text .item h3 {
  font-size: 1.8em;
  color: 253858;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cloud4 .cloud-case .text .item p .item-title {
  width: 87px;
  height: 30px;
  background-color: #C7EDED;
  display: inline-block;
  text-align: center;
  font-size: 1.6em;
  color: #049F96;
  line-height: 30px;
  border-radius: 20px;
  background: #C7EDED;
  padding-left: 0;
  margin-left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cloud4 .cloud-case .text .item p span {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.6em;
  color: #253858;
  background: url(../img/cloud_case_icon.png) no-repeat left center;
  margin-left: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.cloud4 .cloud-case .text .item .one {
  margin-bottom: 10px
}

.cloud4 .cloud-case .text .item:hover,
.cloud4 .cloud-case .text .item.active {
  background-color: #049F96
}

.cloud4 .cloud-case .text .item:hover h3,
.cloud4 .cloud-case .text .item.active h3 {
  color: #fff
}

.cloud4 .cloud-case .text .item:hover p span,
.cloud4 .cloud-case .text .item.active p span {
  color: #fff;
  background: url(../img/cloud_case_on.png) no-repeat left center
}

.cloud4 .cloud-case .text .item:hover p .item-title,
.cloud4 .cloud-case .text .item.active p .item-title {
  color: #fff;
  background: #3EB5AF
}

@media only screen and (max-width: 1366px) {
  .cloud1 .cloud-summary p {
    width: 70%
  }

  .cloud2 .service-list {
    margin-left: 0;
    margin-right: 0
  }

  .cloud2 .service-list li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0
  }

  .cloud2 .service-list li:first-child {
    margin-bottom: 15px
  }

  .cloud2 .service-list li a {
    height: auto
  }

  .cloud2 .service-list li a p {
    height: auto;
    padding-bottom: 10px
  }
}

@media only screen and (max-width: 1199px) {
  .cloud1 {
    height: auto;
    background: #F6F9FC;
    padding-bottom: 50px;
    padding-top: 20px
  }

  .cloud1 .text {
    width: 100%;
    float: none
  }

  .cloud1 .cloud-summary p {
    width: 100%
  }

  .cloud1 .img {
    display: none
  }

  .cloud4 .cloud-case .img {
    display: none
  }

  .cloud4 .cloud-case .text {
    width: 100%;
    float: none
  }
}

@media only screen and (max-width: 1023px) {
  .cloud3 .goodness-list li {
    width: 90%;
    margin: 0 auto;
    float: none;
    margin-top: 20px
  }

  .cloud3 .goodness-list li:first-child {
    margin-top: 0
  }

  .cloud3 .goodness-list li a {
    height: 100px;
    line-height: 100px
  }

  .cloud3 .goodness-list li a span {
    font-size: 2em
  }
}

@media only screen and (max-width: 639px) {
  .cloud1 {
    margin-bottom: 30px
  }

  .cloud1 .text h3 {
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 2.2em
  }

  .cloud1 .text .summary {
    margin-bottom: 30px;
    font-size: 2em
  }

  .cloud2 {
    margin-bottom: 30px
  }

  .cloud2 .service-list li a {
    padding: 20px
  }

  .cloud2 .service-list li a h3 {
    font-size: 2em;
    margin-bottom: 10px
  }

  .cloud3 {
    margin-bottom: 30px
  }

  .cloud4 .cloud-case .text .item {
    height: auto;
    padding: 20px
  }

  .cloud4 .cloud-case .text .item p .item-title {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px
  }

  .cloud4 .cloud-case .text .item p span {
    margin-left: 0;
    margin-right: 10px
  }
}

.event-wrap .event-main {
  width: 90%;
  margin: 80px auto;
  border-left: 2px solid #DBE2E8;
  position: relative
}

.event-wrap .event-main .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px
}

.event-wrap .event-main .item span {
  display: inline-block;
  font-size: 1.8em;
  color: #fff;
  width: 103px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 25px;
  background: url(../img/event_time.png) no-repeat left center;
  position: relative
}

.event-wrap .event-main .item span::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/event_list.png) no-repeat center;
  position: absolute;
  left: -40px;
  top: 10px
}

.event-wrap .event-main .item p {
  padding-left: 12px;
  font-size: 1.6em;
  color: #253858;
  background: url(../img/event_item_list.png) no-repeat left 8px;
  margin-bottom: 15px;
  line-height: 1.6
}

@media only screen and (max-width: 1023px) {
  .event-wrap .event-main {
    margin: 50px auto 0
  }
}

.plan-list li {
  width:22.6666666%;
  float: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}
.plan-list li:last-child{
  display: none;
}
.plan-list li a {
  display: block;
  position: relative;
  border: 1px solid #E3E2E5;
  height: 400px;
  padding: 40px 30px
}

.plan-list li a .mask {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 102%;
  opacity: 0;
  padding-right: 30px
}

.plan-list li a .mask .title {
  display: block;
  padding-left: 45px;
  background: url(../img/icon1.png) no-repeat left top;
  padding-top: 5px;
  font-size: 2.4em;
  color: #09BCB2;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px
}

.plan-list li a .mask .intro {
  font-size: 1.6em;
  color: #344563;
  line-height: 2;
  letter-spacing: 1px;
  height: 175px
}

.plan-list li a .mask .view-more {
  display: inline-block;
  width: 125px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 1.8em;
  background-color: #09BCB2;
  border-radius: 20px;
  position: relative;
  text-align: center
}

.plan-list li a .text {
  text-align: center;
  position: absolute;
  top: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 30px
}

.plan-list li a .text .title {
  display: block;
  background: url(../img/icon1.png) center top no-repeat;
  padding-top: 70px;
  text-align: center;
  font-size: 1.8em;
  color: #344563;
  padding-bottom: 70px;
  position: relative;
  height: 170px
}

.plan-list li a .text .title::after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #09BCB2;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: 35px
}
.plan-list li a .text .ftitle {
  font-size: 1.6em;
  color: #9E9EA7;
  line-height: 2;
  height: 100px
}
.plan-list li a .text .intro {
  font-size: 1.6em;
  color: #9E9EA7;
  line-height: 2;
  height: 100px
}

.plan-list li a .text .view {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../img/view_more.png) no-repeat center;
  background-size: 100%
}

.plan-list li:nth-child(2) a .mask .title {
  background: url(../img/icon2.png) no-repeat left 5px
}

.plan-list li:nth-child(3) a .mask .title {
  background: url(../img/icon3.png) no-repeat left 5px;
  padding-left: 50px
}

.plan-list li:nth-child(4) a .mask .title {
  background: url(../img/icon4.png) no-repeat left 5px
}

.plan-list li:nth-child(5) a .mask .title {
  background: url(../img/icon5.png) no-repeat left 5px
}

.plan-list li:nth-child(2) a .text .title {
  background: url(../img/icon2.png) no-repeat center top
}

.plan-list li:nth-child(3) a .text .title {
  background: url(../img/icon3.png) no-repeat center top
}

.plan-list li:nth-child(4) a .text .title {
  background: url(../img/icon4.png) no-repeat center top
}

.plan-list li:nth-child(5) a .text .title {
  background: url(../img/icon5.png) no-repeat center top
}

.plan-list li.active {
  width: 32%
}

.plan-list li.active a {
  border-color: #09BCB2;
  -webkit-box-shadow: 0 3px 3px 1px #DBE9EB;
  box-shadow: 0 3px 3px 1px #DBE9EB
}

.plan-list li.active .mask {
  top: 40px;
  opacity: 1
}

.plan-list li.active .text {
  top: 101%
}

@media only screen and (max-width: 1199px) {
  .plan-list li {
    width: 33.33333%
  }

  .plan-list li.active {
    width: 33.333333%
  }

  .plan-list li.active .mask {
    display: none
  }

  .plan-list li.active .text {
    top: 40px
  }
}

@media only screen and (max-width: 1023px) {
  .plan-list li {
    width: 100%;
    float: none
  }

  .plan-list li.active {
    width: 100%
  }

  .plan-list li.active .text {
    top: 0
  }

  .plan-list li.active a {
    border-color: #E3E2E5
  }

  .plan-list li a {
    height: auto;
    padding: 0
  }

  .plan-list li a .text {
    position: relative;
    padding-right: 0;
    padding: 20px;
    top: 0
  }

  .plan-list li a .text .title {
    height: auto;
    padding-bottom: 30px;
    padding-top: 50px
  }

  .plan-list li a .text .title::after {
    bottom: 10px
  }

  .plan-list li a .text .intro {
    height: auto
  }
  .plan-list li a .text .intro {
    height: auto
  }
}

.join-us-wrap .join1 {
  margin-top: 70px
}

.join-us-wrap .join1 .ways-list li {
  width: 48%;
  float: left;
  margin: 1%
}

.join-us-wrap .join1 .ways-list li .item {
  height: 154px;
  padding: 20px 25px;
  border: 1px solid #E5E4E7
}

.join-us-wrap .join1 .ways-list li .item h3 {
  font-size: 2.2em;
  font-weight: bold;
  color: #08BCB1;
  margin-bottom: 10px
}

.join-us-wrap .join1 .ways-list li .item p {
  font-size: 1.6em;
  color: #253858;
  line-height: 2
}

.join-us-wrap .join1 .ways-list li .item p a {
  display: inline-block;
  padding: 0 15px;
  margin-left: 100px;
  color: #fff;
  background-color: #08BCB1
}

.join-us-wrap .join2 {
  margin-top: 80px
}

.join-us-wrap .join2 .img {
  text-align: center
}

.join-us-wrap .join2 .img img {
  display: inline-block;
  max-width: 100%
}

.join-us-wrap .join3 {
  margin-top: 80px;
  margin-bottom: 80px
}

.join-us-wrap .join3 .item-wrap {
  background-color: #F6F9FC;
  height: 380px;
  overflow: hidden
}

.join-us-wrap .join3 .item-wrap .img {
  width: 50%;
  float: left;
  height: 380px;
  overflow: hidden
}

.join-us-wrap .join3 .item-wrap .img a {
  display: block;
  height: 100%
}

.join-us-wrap .join3 .item-wrap .img a img {
  display: block;
  height: 100%
}

.join-us-wrap .join3 .item-wrap .text {
  width: 50%;
  float: right;
  padding: 80px
}

.join-us-wrap .join3 .item-wrap .text p {
  font-size: 1.8em;
  color: #9797A1;
  margin-bottom: 12px
}

.join-us-wrap .join3 .item-wrap .text span {
  display: block;
  font-size: 1.8em;
  color: #253858;
  margin-bottom: 15px
}

@media only screen and (max-width: 1199px) {
  .join-us-wrap .join1 .ways-list li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }

  .join-us-wrap .join1 .ways-list li .item {
    height: auto
  }

  .join-us-wrap .join3 .item-wrap .text {
    padding: 50px
  }
}

@media only screen and (max-width: 1023px) {
  .join-us-wrap .join3 .item-wrap {
    height: auto
  }

  .join-us-wrap .join3 .item-wrap .img {
    width: 100%;
    float: none;
    height: auto
  }

  .join-us-wrap .join3 .item-wrap .img img {
    display: block;
    width: 100%;
    height: auto
  }

  .join-us-wrap .join3 .item-wrap .text {
    width: 100%;
    float: none
  }
}

@media only screen and (max-width: 767px) {
  .join-us-wrap .join1 {
    margin-top: 30px
  }

  .join-us-wrap .join2 {
    margin-top: 30px
  }

  .join-us-wrap .join3 {
    margin-top: 40px;
    margin-bottom: 40px
  }
}

@media only screen and (max-width: 639px) {
  .join-us-wrap .join1 .ways-list li .item p a {
    margin-left: 0
  }

  .join-us-wrap .join3 .item-wrap .text {
    padding: 20px
  }
}

.manage1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  height: 550px;
  background-color: #F6F9FC;
  padding-bottom: 80px
}

.manage1 .text {
  width: 54%;
  float: left
}

.manage1 .text h3 {
  font-size: 3.4em;
  color: #09BCB2;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-bottom: 20px;
  padding-top: 145px
}

.manage1 .text span {
  display: block;
  font-size: 2.6em;
  color: #253858;
  padding-bottom: 60px;
  position: relative
}

.manage1 .text span::after {
  content: "";
  width: 31px;
  height: 3px;
  background-color: #3F4D68;
  position: absolute;
  bottom: 45px;
  left: 0
}

.manage1 .text p {
  font-size: 1.6em;
  line-height: 2.3;
  color: #9F9FA9
}

.manage1 .img {
  width: 45%;
  float: right;
  padding-top: 120px;
}

.manage1 .img img {
  display: inline-block
}

.manage2 .item {
  padding: 30px 20px 40px;
  -webkit-box-shadow: 0 0 15px 5px #EBF3F2;
  box-shadow: 0 0 15px 5px #EBF3F2
}

.manage2 .item>div {
  width: 49%
}

.manage2 .item .item-left {
  float: left
}

.manage2 .item .item-right {
  float: right
}

.manage2 .item .item-title {
  background-color: #F1F4F7;
  height: 53px;
  line-height: 53px;
  padding: 0 20px
}

.manage2 .item .item-title span {
  display: inline-block;
  font-size: 2em;
  color: #253858;
  font-weight: bold
}

.manage2 .item .item-title .right {
  float: right
}

.manage2 .item ul li {
  margin-top: 40px
}

.manage2 .item ul li span {
  display: inline-block
}

.manage2 .item ul li .num {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 1.2em;
  color: #fff;
  margin: 0 10px;
  background-color: #09BCB2
}

.manage2 .item ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6em;
  color: #253858
}

.manage2 .item ul li .type {
  font-size: 1.6em;
  color: #9E9EA7;
  float: right
}

.manage3 {
  margin-top: 80px
}

.manage3 .man3-wrap {
  position: relative
}

.manage3 .man3-wrap .item {
  height: 280px
}

.manage3 .man3-wrap .left {
  width: 48%;
  float: left;
  padding-left: 270px;
  position: relative
}

.manage3 .man3-wrap .left h3 {
  padding-top: 50px
}

.manage3 .man3-wrap .left .img {
  position: absolute;
  left: 0
}

.manage3 .man3-wrap .left .img img {
  display: block
}

.manage3 .man3-wrap .right {
  width: 50%;
  float: right;
  padding-left: 290px;
  position: relative
}

.manage3 .man3-wrap .right h3 {
  padding-top: 50px
}

.manage3 .man3-wrap .right .img {
  position: absolute;
  top: 40px;
  left: 0
}

.manage3 .man3-wrap .right .img img {
  display: block
}

.manage3 .man3-wrap h3 {
  font-size: 2.2em;
  font-weight: bold;
  color: #049F97;
  margin-bottom: 30px
}

.manage3 .man3-wrap p {
  padding-left: 12px;
  background: url(../img/m3_list.png) no-repeat left center;
  font-size: 1.8em;
  color: #253858;
  margin-bottom: 25px
}

.manage4 {
  margin-top: 70px;
  padding-top: 70px;
  background: url(../img/m4_bg.png) no-repeat left top
}

.manage4 .manage-title {
  color: #fff !important;
}

.manage4 ul {
  margin-left: -1%;
  margin-right: -1%
}

.manage4 ul li {
  width: 48%;
  float: left;
  margin: 0 1% 2%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.manage4 ul li .item {
  height: 192px;
  border: 1px solid #E3E5EA;
  padding: 40px 5px 0 130px;
  background: #fff;
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.manage4 ul li .item .img {
  position: absolute;
  left: 10px;
  top: 30px
}

.manage4 ul li .item h3 {
  font-size: 2.4em;
  color: #253858;
  margin-bottom: 20px
}

.manage4 ul li .item p {
  padding-left: 12px;
  background: url(../img/m4_list.png) no-repeat left 12px;
  line-height: 2.2;
  font-size: 1.6em;
  color: #9797A1
}

.manage4 ul li .item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 20px 5px #EBF3F2;
  box-shadow: 0 0 20px 5px #EBF3F2
}

.manage5 {
  margin-top: 80px
}

.manage5 ul {
  margin-left: -1%;
  margin-right: -1%
}

.manage5 ul li {
  width: 31.3333%;
  float: left;
  margin: 0 1%
}

.manage5 ul li .item {
  border: 1px solid #E3E2E5;
  height: 228px
}

.manage5 ul li .item .title {
  height: 94px;
  line-height: 94px;
  background-color: #F6F9FC;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.manage5 ul li .item .title span {
  display: inline-block;
  font-size: 2.4em;
  color: #253858;
  padding-left: 45px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-repeat: no-repeat;
  background-position: left center
}

.manage5 ul li .item .text {
  padding: 30px 20px 0
}

.manage5 ul li .item .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.manage5 ul li .item1 .title span {
  background-image: url(../img/m5_1.png)
}

.manage5 ul li .item1:hover .title {
  background-color: #049F97
}

.manage5 ul li .item1:hover .title span {
  color: #fff;
  background-image: url(../img/m5_1_on.png)
}

.manage5 ul li .item1:hover .text p {
  color: #253858
}

.manage5 ul li .item2 .title span {
  background-image: url(../img/m5_2.png)
}

.manage5 ul li .item2:hover .title {
  background-color: #049F97
}

.manage5 ul li .item2:hover .title span {
  color: #fff;
  background-image: url(../img/m5_2_on.png)
}

.manage5 ul li .item2:hover .text p {
  color: #253858
}

.manage5 ul li .item3 .title span {
  background-image: url(../img/m5_3.png)
}

.manage5 ul li .item3:hover .title {
  background-color: #049F97
}

.manage5 ul li .item3:hover .title span {
  color: #fff;
  background-image: url(../img/m5_3_on.png)
}

.manage5 ul li .item3:hover .text p {
  color: #253858
}

.manage6 {
  margin-top: 80px;
  padding: 50px 0 65px;
  background-color: #F6F9FC
}

.manage6 ul {
  margin-left: -1%;
  margin-right: -1%
}

.manage6 ul li {
  width: 23%;
  float: left;
  margin: 0 1%
}

.manage6 ul li .item {
  background-color: #fff;
  border: 1px solid #E3E2E5;
  padding: 90px 50px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 35px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 180px
}

.manage6 ul li .item:hover {
  background-color: #049F97;
  border-color: #049F97
}

.manage6 ul li .item:hover p {
  color: #fff
}

.manage6 ul li p {
  font-size: 1.6em;
  color: 253858;
  line-height: 2;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.manage6 ul li .item1 {
  background-image: url(../img/m6_1.png)
}

.manage6 ul li .item1:hover {
  background-image: url(../img/m6_1_on.png)
}

.manage6 ul li .item2 {
  background-image: url(../img/m6_2.png)
}

.manage6 ul li .item2:hover {
  background-image: url(../img/m6_2_on.png)
}

.manage6 ul li .item3 {
  background-image: url(../img/m6_3.png)
}

.manage6 ul li .item3:hover {
  background-image: url(../img/m6_3_on.png)
}

.manage6 ul li .item4 {
  background-image: url(../img/m6_4.png)
}

.manage6 ul li .item4:hover {
  background-image: url(../img/m6_4_on.png)
}

@media only screen and (max-width: 1366px) {
  .manage4 ul {
    margin-left: 0;
    margin-right: 0
  }

  .manage5 ul {
    margin-left: 0;
    margin-right: 0
  }

  .manage6 ul {
    margin-left: 0;
    margin-right: 0
  }
}

@media only screen and (max-width: 1199px) {
  .manage1{
    height: auto;
  }
  .manage1 .text {
    width: 100%;
    float: none
  }

  .manage1 .text h3 {
    font-size: 2.2em
  }

  .manage1 .text span {
    font-size: 2em
  }

  .manage1 .img {
    display: none
  }

  .manage2 .item>div {
    width: 100%
  }

  .manage2 .item .item-left {
    float: none;
    margin-bottom: 40px
  }

  .manage2 .item .item-right {
    float: none
  }

  .manage3 .man3-wrap .left {
    padding-left: 0
  }

  .manage3 .man3-wrap .left h3 {
    padding-top: 0
  }

  .manage3 .man3-wrap .left .img {
    display: none
  }

  .manage3 .man3-wrap .right {
    padding-left: 0
  }

  .manage3 .man3-wrap .right h3 {
    padding-top: 0
  }

  .manage3 .man3-wrap .right .img {
    display: none
  }

  .manage4 ul li {
    width: 100%;
    float: none;
    margin: 0 0 10px
  }

  .manage6 ul li .item {
    background-position: center 20px;
    padding: 70px 20px 0
  }
}

@media only screen and (max-width: 1023px) {
  .manage1 {
    background: #F6F9FC;
    padding-bottom: 20px
  }

  .manage1 .text span {
    padding-bottom: 25px
  }

  .manage1 .text span::after {
    bottom: 15px
  }

  .manage1 .img {
    display: none
  }

  .manage5 ul li .item {
    height: 280px
  }

  .manage6 ul li {
    width: 48%;
    margin: 0 1% 2%
  }
}

@media only screen and (max-width: 767px) {
  .manage3 .man3-wrap .left {
    width: 100%;
    float: none;
    padding-left: 230px
  }

  .manage3 .man3-wrap .left .img {
    display: inline-block
  }

  .manage3 .man3-wrap .left .img img {
    max-width: 180px
  }

  .manage3 .man3-wrap .right {
    width: 100%;
    float: none;
    padding-left: 230px
  }

  .manage3 .man3-wrap .right .img {
    display: inline-block
  }

  .manage3 .man3-wrap .right .img img {
    max-width: 180px
  }

  .manage4 ul li .item h3 {
    margin-bottom: 10px
  }

  .manage4 ul li .item p {
    line-height: 1.8
  }

  .manage5 ul li {
    width: 100%;
    margin: 0 0 15px;
    float: none
  }

  .manage5 ul li .item {
    height: auto
  }

  .manage5 ul li .item .text {
    padding: 20px
  }
}

@media only screen and (max-width: 639px) {
  .manage2 .item ul li {
    margin-top: 30px;
    padding-left: 30px
  }

  .manage2 .item ul li .num {
    position: absolute;
    left: 10px
  }

  .manage2 .item ul li .type {
    display: none
  }

  .manage3 .man3-wrap .left {
    padding-left: 190px
  }

  .manage3 .man3-wrap .left .img img {
    max-width: 170px
  }

  .manage3 .man3-wrap .right {
    padding-left: 190px
  }

  .manage3 .man3-wrap .right .img img {
    max-width: 170px
  }

  .manage4 ul li .item {
    height: auto;
    padding: 20px 20px 20px 130px
  }
}

@media only screen and (max-width: 479px) {
  .manage3 .man3-wrap .item {
    height: auto
  }

  .manage3 .man3-wrap .left {
    padding-left: 0
  }

  .manage3 .man3-wrap .left .img img {
    display: none
  }

  .manage3 .man3-wrap .right {
    padding-left: 0
  }

  .manage3 .man3-wrap .right .img img {
    max-width: 0
  }

  .manage6 ul li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }
}

.media1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 80px;
  background-color: #F6F9FC;
}

.media1 .text {
  width: 50%;
  float: left
}

.media1 .text h3 {
  font-size: 3.6em;
  color: #09BCB2;
  letter-spacing: 1px;
  margin-bottom: 50px;
  font-weight: lighter;
  padding-top: 100px
}

.media1 .text p {
  font-size: 1.6em;
  line-height: 2.3;
  color: #9F9FA9
}

.media1 .img {
  width: 48%;
  float: right
}

.media1 .img img {
  display: block;
  padding-top: 30px;
  width: 100%
}

.media2 {
  margin-bottom: 80px
}

.media2 ul li {
  width: 25%;
  float: left;
  border: 1px solid #EAE9EB;
  height: 320px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.media2 ul li .main {
  padding: 35px
}

.media2 ul li .main h3 {
  position: relative;
  font-size: 2.2em;
  color: #253858;
  padding-bottom: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.media2 ul li .main h3::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #09BCB2;
  position: absolute;
  left: 0;
  bottom: 30px
}

.media2 ul li .main p {
  font-size: 1.6em;
  color: #253858;
  margin-bottom: 20px;
  padding-left: 15px;
  background: url(../img/nm_list.png) no-repeat left center
}

.media2 ul li:hover {
  border-top: 4px solid #09BCB2;
  -webkit-box-shadow: 0 0 20px 5px #ECEEEF;
  box-shadow: 0 0 20px 5px #ECEEEF
}

.media2 ul li:hover .main h3 {
  color: #09BCB2
}

.media3 {
  margin-bottom: 60px
}

.media3 .good-list {
  margin-left: -1%;
  margin-right: -1%
}

.media3 .good-list li {
  width: 31.33333%;
  float: left;
  margin: 0 1%;
  height: 240px;
  position: relative;
  padding: 20px 20px 20px 130px;
  -webkit-transition: all .3s ease i;
  transition: all .3s ease i
}

.media3 .good-list li .num {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #09BCB2;
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 2.4em;
  color: #fff;
  text-align: center;
  line-height: 90px
}

.media3 .good-list li h3 {
  color: #253858;
  font-size: 2.2em;
  padding-bottom: 10px
}

.media3 .good-list li p {
  font-size: 1.6em;
  color: #BABAC1;
  line-height: 2.2
}

.media3 .good-list li:hover {
  -webkit-box-shadow: 0 5px 30px 5px #EBF3F2;
  box-shadow: 0 5px 30px 5px #EBF3F2
}

.media4 {
  background: url(../img/scene_bg.png) no-repeat left top;
  padding-top: 60px;
  margin-bottom: 80px
}

.media4 .media-title {
  color: #fff !important;
}

.media4 .scene-list {
  margin-left: -1%;
  margin-right: -1%
}

.media4 .scene-list li {
  width: 23%;
  float: left;
  margin: 0 1%
}

.media4 .scene-list li .item-wrap {
  height: 403px;
  overflow: hidden;
  position: relative
}

.media4 .scene-list li .img {
  height: 336px;
  overflow: hidden
}

.media4 .scene-list li .img img {
  display: block;
  width: 100%;
  height: 100%
}

.media4 .scene-list li h3 {
  height: 67px;
  line-height: 67px;
  font-size: 1.8em;
  text-align: center;
  color: #253858;
  background-color: #F3F3F3;
  border-bottom: 3px solid #09BCB2
}

.media4 .scene-list li .has-image {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.media4 .scene-list li .has-intro {
  background-color: #F3F3F3;
  padding: 45px;
  height: 100%;
  border-top: 3px solid #09BCB2;
  position: absolute;
  top: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.media4 .scene-list li .has-intro h4 {
  font-size: 2.2em;
  color: #09BCB2;
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #09BCB2
}

.media4 .scene-list li .has-intro p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2
}

.media4 .scene-list li:hover .has-image {
  top: 100%
}

.media4 .scene-list li:hover .has-intro {
  top: 0
}

.media5 {
  margin-bottom: 80px
}

.media5 .pic-list li {
  width: 33.33333%;
  float: left
}

.media5 .pic-list li .item-wrap {
  height: 240px;
  position: relative;
  overflow: hidden
}

.media5 .pic-list li .item-wrap .has-image .img {
  overflow: hidden;
  position: relative;
  height: 240px
}

.media5 .pic-list li .item-wrap .has-image .img img {
  display: block;
  height: 100%;
  width: 100%
}

.media5 .pic-list li .item-wrap .has-image h3 {
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.media5 .pic-list li .item-wrap .has-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.media5 .pic-list li .item-wrap .has-mask h4 {
  text-align: center;
  line-height: 240px;
  color: #fff;
  font-size: 2.6em;
  position: relative
}

.media5 .pic-list li .item-wrap .has-mask h4::after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: 95px
}

.media5 .pic-list li .item-wrap:hover .has-image h3 {
  opacity: 0
}

.media5 .pic-list li .item-wrap:hover .has-mask {
  top: 0
}

@media only screen and (max-width: 1366px) {
  .media1 .text h3 {
    padding-top: 70px
  }

  .media3 .good-list {
    margin-left: 0;
    margin-right: 0
  }

  .media4 .scene-list {
    margin-left: 0;
    margin-right: 0
  }
}

@media only screen and (max-width: 1199px) {
  .media1 .text {
    width: 100%;
    float: none
  }

  .media1 .img {
    width: 100%;
    float: none;
    text-align: center
  }

  .media1 .img img {
    display: inline-block;
    max-width: 100%;
    padding-top: 0;
    width: auto
  }

  .media3 .good-list li {
    width: 48%
  }
}

@media only screen and (max-width: 1023px) {
  .media2 ul li {
    width: 50%
  }

  .media3 .good-list li {
    width: 100%;
    float: none;
    margin: 0 0 10px;
    height: auto
  }

  .media4 .scene-list li {
    width: 48%;
    margin-bottom: 10px
  }

  .media5 .pic-list li {
    width: 50%
  }

  .media5 .pic-list li .item-wrap {
    height: 210px
  }

  .media5 .pic-list li .item-wrap .has-image .img {
    height: 210px
  }
}

@media only screen and (max-width: 639px) {
  .media1 .text h3 {
    padding-top: 30px;
    margin-bottom: 20px
  }

  .media4 .scene-list li .item-wrap {
    height: 340px
  }

  .media4 .scene-list li .img {
    height: 270px
  }

  .media5 .pic-list li .item-wrap {
    height: 150px
  }

  .media5 .pic-list li .item-wrap .has-image .img {
    height: 150px
  }
}

@media only screen and (max-width: 479px) {
  .media2 ul li {
    width: 100%;
    float: none;
    height: auto
  }

  .media4 .scene-list li {
    width: 100%;
    float: none;
    margin: 0 0 10px
  }

  .media4 .scene-list li .item-wrap {
    height: auto
  }

  .media4 .scene-list li .img {
    height: auto
  }

  .media5 .pic-list li {
    width: 100%
  }

  .media5 .pic-list li .item-wrap {
    height: 210px
  }

  .media5 .pic-list li .item-wrap .has-image .img {
    height: 210px
  }
}

.case-more-link {
  background-color: #F6F9FC;
  padding-bottom: 70px
}

.case-more-link .more {
  text-align: center
}

.case-more-link .more a {
  display: inline-block;
  font-size: 2em;
  color: #9D9EA7;
  padding-right: 47px;
  height: 31px;
  line-height: 31px;
  background: url(../img/more_detail.png) no-repeat right center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.case-more-link .more a:hover {
  color: #09BCB2;
  background: url(../img/more_detail_on.png) no-repeat right center
}

.plan-list li {
  width: 22.6666%;
  float: left;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  overflow: hidden
}

.plan-list li a {
  display: block;
  position: relative;
  border: 1px solid #E3E2E5;
  height: 400px;
  padding: 40px 30px
}

.plan-list li a .mask {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 102%;
  opacity: 0;
  padding-right: 30px
}

.plan-list li a .mask .title {
  display: block;
  padding-left: 45px;
  background: url(../img/icon1.png) no-repeat left top;
  padding-top: 5px;
  font-size: 2.4em;
  color: #09BCB2;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px
}

.plan-list li a .mask .intro {
  font-size: 1.6em;
  color: #344563;
  line-height: 2;
  letter-spacing: 1px;
  height: 175px
}

.plan-list li a .mask .view-more {
  display: inline-block;
  width: 125px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 1.8em;
  background-color: #09BCB2;
  border-radius: 20px;
  position: relative;
  text-align: center
}

.plan-list li a .text {
  text-align: center;
  position: absolute;
  top: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 30px
}

.plan-list li a .text .title {
  display: block;
  background: url(../img/icon1.png) center top no-repeat;
  padding-top: 70px;
  text-align: center;
  font-size: 1.8em;
  color: #344563;
  padding-bottom: 70px;
  position: relative;
  height: 170px
}

.plan-list li a .text .title::after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #09BCB2;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  bottom: 35px
}

.plan-list li a .text .intro {
  font-size: 1.6em;
  color: #9E9EA7;
  line-height: 2;
  height: 100px
}

.plan-list li a .text .view {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../img/view_more.png) no-repeat center;
  background-size: 100%
}

.plan-list li:nth-child(2) a .mask .title {
  background: url(../img/icon2.png) no-repeat left 5px
}

.plan-list li:nth-child(3) a .mask .title {
  background: url(../img/icon3.png) no-repeat left 5px;
  padding-left: 50px
}

.plan-list li:nth-child(4) a .mask .title {
  background: url(../img/icon4.png) no-repeat left 5px
}

.plan-list li:nth-child(5) a .mask .title {
  background: url(../img/icon5.png) no-repeat left 5px
}

.plan-list li:nth-child(2) a .text .title {
  background: url(../img/icon2.png) no-repeat center top
}

.plan-list li:nth-child(3) a .text .title {
  background: url(../img/icon3.png) no-repeat center top
}

.plan-list li:nth-child(4) a .text .title {
  background: url(../img/icon4.png) no-repeat center top
}

.plan-list li:nth-child(5) a .text .title {
  background: url(../img/icon5.png) no-repeat center top
}

.plan-list li.active {
  width: 32%
}

.plan-list li.active a {
  border-color: #09BCB2;
  -webkit-box-shadow: 0 3px 3px 1px #DBE9EB;
  box-shadow: 0 3px 3px 1px #DBE9EB
}

.plan-list li.active .mask {
  top: 40px;
  opacity: 1
}

.plan-list li.active .text {
  top: 101%
}

@media only screen and (max-width: 1199px) {
  .plan-list li {
    width: 33.33333%
  }

  .plan-list li.active {
    width: 33.333333%
  }

  .plan-list li.active .mask {
    display: none
  }

  .plan-list li.active .text {
    top: 40px
  }
}

@media only screen and (max-width: 1023px) {
  .plan-list li {
    width: 100%;
    float: none
  }

  .plan-list li.active {
    width: 100%
  }

  .plan-list li.active .text {
    top: 0
  }

  .plan-list li.active a {
    border-color: #E3E2E5
  }

  .plan-list li a {
    height: auto;
    padding: 0
  }

  .plan-list li a .text {
    position: relative;
    padding-right: 0;
    padding: 20px;
    top: 0
  }

  .plan-list li a .text .title {
    height: auto;
    padding-bottom: 30px;
    padding-top: 50px
  }

  .plan-list li a .text .title::after {
    bottom: 10px
  }

  .plan-list li a .text .intro {
    height: auto
  }
}

.pro1 {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  height: 550px;
  background-color: #F6F9FC;
}

.pro1 .text {
  width: 50%;
  float: left
}

.pro1 .text h3 {
  font-size: 3.6em;
  color: #09BCB2;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-bottom: 50px;
  padding-top: 190px
}

.pro1 .text p {
  font-size: 1.6em;
  line-height: 2.3;
  color: #9F9FA9
}

.pro1 .img {
  width: 48%;
  padding-top: 90px;
  float: right
}

.pro1 .img img {
  display: block;
  width: 100%
}

.pro2 {
  background-color: #049F97;
  padding: 70px 0
}

.pro2 ul li {
  float: left;
  margin-left: 110px
}

.pro2 ul li:first-child {
  margin-left: 0
}

.pro2 ul li span {
  display: inline-block;
  font-size: 3.6em;
  color: #fff;
  padding-left: 12px;
  position: relative;
  background: url(../img/pro2_before.png) no-repeat left center
}

.pro2 ul li:nth-child(1) span::after {
  content: "";
  display: inline-block;
  background: url(../img/pro2_1.png) no-repeat;
  width: 97px;
  height: 35px;
  margin-left: 10px
}

.pro2 ul li:nth-child(2) span::after {
  content: "";
  display: inline-block;
  background: url(../img/pro2_2.png) no-repeat;
  width: 97px;
  height: 35px;
  margin-left: 10px
}

.pro2 ul li:nth-child(3) span::after {
  content: "";
  display: inline-block;
  background: url(../img/pro2_3.png) no-repeat;
  width: 97px;
  height: 35px;
  margin-left: 10px
}

.pro2 ul li:nth-child(4) span::after {
  content: "";
  display: inline-block;
  background: url(../img/pro2_4.png) no-repeat;
  width: 295px;
  height: 35px;
  margin-left: 10px
}

.pro3 {
  margin-top: 80px;
  margin-bottom: 80px
}

.pro3 .tab-change {
  text-align: center;
  margin-bottom: 40px
}

.pro3 .tab-change span {
  display: inline-block;
  width: 359px;
  height: 64px;
  background: url(../img/pro3_bg.png) no-repeat center;
  line-height: 64px;
  font-size: 2.4em;
  color: #324462;
  text-align: center;
  margin: 0 16px;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pro3 .tab-change span.active,
.pro3 .tab-change span:hover {
  width: 358px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: url(../img/pro3_on.png) no-repeat center;
  -webkit-box-shadow: 0 0 30px 5px #D7E7E9;
  box-shadow: 0 0 30px 5px #D7E7E9;
  font-weight: lighter
}

.pro3 .tab-content {
  position: relative;
  overflow: hidden
}

.pro3 .tab-content .img {
  width: 45%;
  float: left
}

.pro3 .tab-content .img img {
  display: block;
  width: 100%
}

.pro3 .tab-content .text {
  width: 53%;
  float: right
}

.pro3 .tab-content .text h3 {
  font-size: 2.2em;
  color: #09BCB2;
  padding-bottom: 30px;
  position: relative;
  padding-top: 50px
}

.pro3 .tab-content .text h3::after {
  content: "";
  width: 31px;
  height: 2px;
  background-color: #9EE8E4;
  position: absolute;
  left: 0;
  bottom: 15px
}

.pro3 .tab-content .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  margin-bottom: 10px
}

.pro3 .tab-content .text p span {
  color: #04A198
}

.pro3 .tab-content.hide {
  display: none
}

.pro4 {
  padding: 60px 0;
  background-color: #F6F9FC;
  margin-bottom: 80px
}

.pro4 .pro-title {
  margin-bottom: 30px
}

.pro4 .intro {
  font-size: 1.6em;
  color: #9D9EA7;
  margin-bottom: 30px;
  line-height: 1.6
}

.pro4 ul {
  margin-left: -1%;
  margin-right: -1%
}

.pro4 ul li {
  width: 14.666666%;
  float: left;
  margin: 0 1%
}

.pro4 ul li div {
  height: 166px;
  border: 1px solid #E3E2E5;
  text-align: center;
  padding-top: 95px;
  background-repeat: no-repeat;
  background-position: center 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pro4 ul li div span {
  display: inline-block;
  color: #253858;
  font-size: 2em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pro4 ul li div:hover {
  border-color: #049F97;
  background-color: #049F97
}

.pro4 ul li div:hover span {
  color: #fff
}

.pro4 ul li .service1 {
  background-image: url(../img/pro4_1.png)
}

.pro4 ul li .service1:hover {
  background-image: url(../img/pro4_1_on.png)
}

.pro4 ul li .service2 {
  background-image: url(../img/pro4_2.png)
}

.pro4 ul li .service2:hover {
  background-image: url(../img/pro4_2_on.png)
}

.pro4 ul li .service3 {
  background-image: url(../img/pro4_3.png)
}

.pro4 ul li .service3:hover {
  background-image: url(../img/pro4_3_on.png)
}

.pro4 ul li .service4 {
  background-image: url(../img/pro4_4.png)
}

.pro4 ul li .service4:hover {
  background-image: url(../img/pro4_4_on.png)
}

.pro4 ul li .service5 {
  background-image: url(../img/pro4_5.png);
  background-position: center 58px
}

.pro4 ul li .service5:hover {
  background-image: url(../img/pro4_5_on.png)
}

.pro4 ul li .service6 {
  background-image: url(../img/pro4_6.png);
  background-position: center 55px
}

.pro4 ul li .service6:hover {
  background-image: url(../img/pro4_6_on.png)
}

.pro5 {
  margin-bottom: 50px
}

.pro5 .plat-change {
  text-align: center;
  margin-bottom: 40px
}

.pro5 .plat-change span {
  display: inline-block;
  width: 359px;
  height: 64px;
  background: url(../img/pro3_bg.png) no-repeat center;
  line-height: 64px;
  font-size: 2.4em;
  color: #324462;
  text-align: center;
  margin: 0 16px;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pro5 .plat-change span.active,
.pro5 .plat-change span:hover {
  width: 358px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  background: url(../img/pro3_on.png) no-repeat center;
  -webkit-box-shadow: 0 0 30px 5px #D7E7E9;
  box-shadow: 0 0 30px 5px #D7E7E9;
  font-weight: lighter
}

.pro5 .plat-content {
  position: relative;
  overflow: hidden
}

.pro5 .plat-content .img {
  width: 45%;
  float: left
}

.pro5 .plat-content .img img {
  display: block;
  width: 100%
}

.pro5 .plat-content .text {
  width: 53%;
  float: right
}

.pro5 .plat-content .text h3 {
  font-size: 2.2em;
  color: #09BCB2;
  padding-bottom: 30px;
  position: relative;
  padding-top: 50px
}

.pro5 .plat-content .text h3::after {
  content: "";
  width: 31px;
  height: 2px;
  background-color: #9EE8E4;
  position: absolute;
  left: 0;
  bottom: 15px
}

.pro5 .plat-content .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  margin-bottom: 10px
}

.pro5 .plat-content .text p span {
  color: #04A198
}

.pro5 .plat-content.hide {
  display: none
}

.pro6 .pro6-list {
  margin-left: -1%;
  margin-right: -1%
}

.pro6 .pro6-list li {
  width: 48%;
  float: left;
  margin: 0 1% 20px
}

.pro6 .pro6-list li div {
  height: 120px;
  background-color: #F6F9FC;
  background-position: 93% center;
  background-repeat: no-repeat;
  padding: 50px 0 0 35px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pro6 .pro6-list li div:hover {
  background-color: #049F97
}

.pro6 .pro6-list li div:hover span {
  color: #fff
}

.pro6 .pro6-list li div span {
  display: block;
  font-size: 1.6em;
  color: #253858;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.pro6 .pro6-list li .six1 {
  background-image: url(../img/pro6_1.png)
}

.pro6 .pro6-list li .six1:hover {
  background-image: url(../img/pro6_1_on.png)
}

.pro6 .pro6-list li .six2 {
  background-image: url(../img/pro6_2.png)
}

.pro6 .pro6-list li .six2:hover {
  background-image: url(../img/pro6_2_on.png)
}

.pro6 .pro6-list li .six3 {
  background-image: url(../img/pro6_3.png)
}

.pro6 .pro6-list li .six3:hover {
  background-image: url(../img/pro6_3_on.png)
}

.pro6 .pro6-list li .six4 {
  background-image: url(../img/pro6_4.png)
}

.pro6 .pro6-list li .six4:hover {
  background-image: url(../img/pro6_4_on.png)
}

@media only screen and (max-width: 1366px) {
  .pro4 ul {
    margin-left: 0;
    margin-right: 0
  }

  .pro6 .pro6-list {
    margin-left: 0;
    margin-right: 0
  }
}

@media only screen and (max-width: 1199px) {
  .professional-wrap{
    margin-top: 100px;
  }
  .pro1 {
    margin-bottom: 0;
    padding: 20px 0;
    background: #F6F9FC
  }

  .pro1 .text {
    width: 100%;
    float: none
  }

  .pro1 .text h3 {
    padding-top: 50px;
    margin-bottom: 20px
  }

  .pro1 .img {
    display: none
  }

  .pro2 {
    padding: 30px 0 10px
  }

  .pro2 ul li {
    margin-left: 0;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 50px
  }

  .pro3 .tab-change span {
    width: 25%
  }

  .pro5 .plat-change span {
    width: 25%
  }

  .pro6 .pro6-list li div {
    padding: 35px 0 0 35px
  }

  .pro6 .pro6-list li div span {
    padding-right: 90px
  }
}

@media only screen and (max-width: 1023px) {
  .pro2 {
    padding: 30px 0 10px
  }

  .pro2 ul li {
    margin-left: 0;
    width: 100%
  }

  .pro3 .tab-change span {
    font-size: 2em;
    height: 50px;
    line-height: 50px;
    width: 28%;
    margin: 0 2%
  }

  .pro3 .tab-change span.active,
  .pro3 .tab-change span:hover {
    width: 28%;
    height: 50px;
    line-height: 50px;
    font-size: 2em
  }

  .pro3 .tab-content .img {
    width: 100%;
    float: none;
    text-align: center
  }

  .pro3 .tab-content .img img {
    display: inline-block;
    width: auto;
    max-width: 98%
  }

  .pro3 .tab-content .text {
    width: 100%;
    float: none
  }

  .pro5 .plat-change span {
    font-size: 2em;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 10px;
    margin: 0 5px
  }

  .pro5 .plat-change span.active,
  .pro5 .plat-change span:hover {
    width: auto;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 2em
  }

  .pro5 .plat-content .img {
    width: 100%;
    float: none;
    text-align: center
  }

  .pro5 .plat-content .img img {
    display: inline-block;
    width: auto;
    max-width: 98%
  }

  .pro5 .plat-content .text {
    width: 100%;
    float: none
  }

  .pro4 ul li {
    width: 31.333333%;
    margin: 0 1% 10px
  }
}

@media only screen and (max-width: 639px) {
  .pro6 .pro6-list li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }
}

@media only screen and (max-width: 479px) {
  .pro2 {
    display: none
  }

  .pro4 ul li {
    width: 48%
  }
}

.research1-content .img {
  width: 43%;
  float: left;
  height: 611px;
  overflow: hidden
}

.research1-content .img img {
  display: block;
  height: 100%
}

.research1-content .text {
  width: 50%;
  float: right;
  position: relative;
  height: 611px;
  padding: 80px 50px 70px 50px;
  -webkit-box-shadow: 0 0 25px 7px #EAF2F1;
  box-shadow: 0 0 25px 7px #EAF2F1
}

.research1-content .text::after {
  content: "依\A能\A管\A理\A科\A学\A研\A究\A院";
  display: block;
  white-space: pre;
  width: 79px;
  font-size: 2.8em;
  height: 408px;
  background-color: #049A92;
  position: absolute;
  padding-top: 55px;
  left: -79px;
  top: 50%;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -204px;
  text-align: center
}

.research1-content .text h4 {
  font-size: 1.6em;
  color: #253858;
  line-height: 2.2;
  margin-bottom: 65px
}

.research1-content .text h3 {
  padding-left: 40px;
  font-size: 2em;
  color: #12B6B0;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px
}

.research1-content .text .title1 {
  background-image: url(../img/rea_1_ico1.png)
}

.research1-content .text .title2 {
  background-image: url(../img/rea_1_ico2.png)
}

.research1-content .text .intro1 {
  margin-bottom: 70px
}

.research1-content .text p {
  font-size: 1.6em;
  color: #8A92A1;
  line-height: 2.2
}

.research2 {
  margin-top: 80px
}

.research2 .item .text {
  width: 48%;
  float: left
}

.research2 .item .text h3 {
  padding-top: 80px;
  font-size: 2.6em;
  color: #09BCB2;
  margin-bottom: 80px;
  position: relative
}

.research2 .item .text h3::after {
  content: "";
  width: 279px;
  height: 1px;
  background-color: #09BCB2;
  position: absolute;
  left: 15px;
  bottom: -12px
}

.research2 .item .text p {
  font-size: 1.6em;
  line-height: 2.2;
  color: #9797A1;
  margin-bottom: 15px
}

.research2 .item .img {
  width: 48%;
  float: right;
  background-color: #F6F9FC;
  text-align: center;
  height: 445px;
  padding-top: 85px
}

.research2 .item .img img {
  display: inline-block
}

.research2 .item1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F1;
  margin-bottom: 40px
}

@media only screen and (max-width: 1366px) {
  .research2 .item .text {
    width: 50%
  }
}

@media only screen and (max-width: 1199px) {
  .research1-content .img {
    display: none
  }

  .research1-content .text {
    width: 100%;
    float: none;
    height: auto;
    padding: 40px 30px
  }

  .research1-content .text h4 {
    margin-bottom: 40px
  }

  .research1-content .text .intro1 {
    margin-bottom: 30px
  }

  .research1-content .text::after {
    display: none
  }

  .research2 .item .text {
    width: 100%;
    float: none
  }

  .research2 .item .text h3 {
    padding-top: 0;
    margin-bottom: 30px;
    font-size: 2.2em
  }

  .research2 .item .text p {
    margin-bottom: 0
  }

  .research2 .item .img {
    width: 100%;
    float: none
  }

  .research2 .item .img img {
    display: inline-block;
    max-width: 90%
  }
}

.research3 {
  padding-top: 70px
}

.research3 .research-title {
  color: #fff !important;
  font-weight: lighter
}

.research3 .research-tab-nav {
  width: 80%;
  margin: 0 auto 50px;
  text-align: center;
  display: none;
}

.research3 .research-tab-nav li {
  width: 31.333%;
  float: left;
  margin: 0 1%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block
}

.research3 .research-tab-nav li a {
  display: block;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  font-size: 2.2em;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.research3 .research-tab-nav li:hover,
.research3 .research-tab-nav li.active {
  vertical-align: bottom;
  margin-top: -10px
}

.research3 .research-tab-nav li:hover a,
.research3 .research-tab-nav li.active a {
  height: 60px;
  line-height: 60px;
  vertical-align: top
}

.research3 .research-tab-content {
  padding: 30px;
  -webkit-box-shadow: 0 10px 10px 1px #EBF3F2;
  box-shadow: 0 10px 10px 1px #EBF3F2;
  background-color: #fff;
  overflow: hidden;
  height: 484px
}

.research3 .research-tab-content .research-slide {
  outline: none
}

.research3 .research-tab-content .slick-next,
.research3 .research-tab-content .slick-prev {
  width: 50px;
  height: 50px
}

.research3 .research-tab-content .slick-prev {
  background: url(../img/research_left.png) no-repeat center;
  bottom: 0;
  left: 55%;
  top: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1
}

.research3 .research-tab-content .slick-prev:hover {
  background: url(../img/research_left_on.png) no-repeat center
}

.research3 .research-tab-content .slick-next {
  left: 58.5%;
  top: auto;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: url(../img/research_right.png) no-repeat center
}

.research3 .research-tab-content .slick-next:hover {
  background: url(../img/research_right_on.png) no-repeat center
}
.research3 .research-tab-content .slick-prev.slick-disabled{
  background: url(../img/disable_left.png) no-repeat center;
  cursor: not-allowed;
}
.research3 .research-tab-content .slick-next.slick-disabled{
  background: url(../img/disable_right.png) no-repeat center;
  cursor: not-allowed;
}
.research3 .research-tab-content .slick-next:before,
.research3 .research-tab-content .slick-prev:before {
  display: none
}
.research3 .research-tab-content a{
  outline: none;
  display: block
}
.research3 .research-tab-content .img {
  width: 50%;
  float: left
}

.research3 .research-tab-content .img img {
  display: block;
  width: 100%;
  height: 100%
}

.research3 .research-tab-content .text {
  width: 45%;
  float: right
}

.research3 .research-tab-content .text h3 {
  font-size: 1.8em;
  color: #253858;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative
}

.research3 .research-tab-content .text h3::after {
  content: "";
  width: 120px;
  height: 1px;
  background-color: #09BCB2;
  position: absolute;
  left: 0;
  bottom: 20px
}

.research3 .research-tab-content .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2
}

@media only screen and (max-width: 1366px) {
  .research3 .research-tab-content {
    height: 400px
  }
  .research3 .research-tab-content .slick-prev {
    bottom: -20px;
  }
  .research3 .research-tab-content .slick-next {
    left: 59.4%;
    bottom: -20px;
  }
}

@media only screen and (max-width: 1199px) {
  .research3 .research-tab-content {
    height: auto;
    padding-bottom: 100px
  }

  .research3 .research-tab-content .img {
    width: 100%;
    float: none;
    text-align: center
  }

  .research3 .research-tab-content .img img {
    display: inline-block;
    max-width: 100%
  }

  .research3 .research-tab-content .text {
    width: 100%;
    float: none
  }

  .research3 .research-tab-content .slick-next,
  .research3 .research-tab-content .slick-prev {
    bottom: -100px
  }

  .research3 .research-tab-content .slick-prev {
    left: 50%;
    margin-left: -50px
  }

  .research3 .research-tab-content .slick-next {
    left: auto;
    right: 50%;
    margin-right: -50px
  }
}

@media only screen and (max-width: 1023px) {
  .research3 .research-tab-nav {
    width: 96%
  }

  .research3 .research-tab-nav li a {
    font-size: 1.8em;
    height: 40px;
    line-height: 40px
  }
}

@media only screen and (max-width: 639px) {
  .research3 .research-tab-nav {
    margin: 0 auto 20px
  }
}

.research4 .summary {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2
}

.research4 .active-theme {
  width: 92%;
  margin: 50px auto;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px 5px #EBF3F2;
  box-shadow: 0 5px 20px 5px #EBF3F2;
  text-align: center
}

.research4 .active-theme h3 {
  display: inline-block;
  font-size: 2.4em;
  color: #09BCB2;
  position: relative;
  padding-bottom: 40px;
  letter-spacing: 1px;
  font-weight: bold
}

.research4 .active-theme h3::after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #09BCB2;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 30px
}

.research4 .active-type li {
  width: 31.33333%;
  float: left;
  margin: 0 1%;
  text-align: left;
  margin-bottom: 20px
}

.research4 .active-type li span {
  display: block;
  padding-left: 20px;
  background: url(../img/rea_4_list.png) no-repeat left 3px;
  font-size: 1.6em;
  color: #253858
}

.research4 .active-pic-wrap {
  margin-bottom: 80px;
  padding: 0 50px
}

.research4 .active-pic-wrap .active-pic li {
  width: 31.33333%;
  float: left;
  margin: 0 10px;
  height: 280px;
  overflow: hidden
}

.research4 .active-pic-wrap .active-pic li img {
  display: block;
  width: 100%;
  height: 100%
}

.research4 .active-pic-wrap .slick-next,
.research4 .active-pic-wrap .slick-prev {
  width: 12px;
  height: 18px
}

.research4 .active-pic-wrap .slick-next {
  background: url(../img/rea4_right.png) no-repeat center
}

.research4 .active-pic-wrap .slick-next:hover {
  background: url(../img/rea4_right_on.png) no-repeat center
}

.research4 .active-pic-wrap .slick-prev {
  background: url(../img/rea4_left.png) no-repeat center
}

.research4 .active-pic-wrap .slick-prev:hover {
  background: url(../img/rea4_left_on.png) no-repeat center
}

.research4 .active-pic-wrap .slick-next:before,
.research4 .active-pic-wrap .slick-prev:before {
  display: none
}

@media only screen and (max-width: 1366px) {
  .research4 .active-pic-wrap .active-pic li {
    height: 200px
  }
}

@media only screen and (max-width: 1199px) {
  .research4 .active-pic-wrap .active-pic li {
    height: 160px
  }
}

@media only screen and (max-width: 1023px) {
  .research4 .active-type li {
    width: 48%
  }
}

@media only screen and (max-width: 767px) {
  .research4 .active-pic-wrap .active-pic li {
    height: 140px
  }
}

@media only screen and (max-width: 639px) {
  .research4 .active-type li {
    width: 100%;
    float: none;
    margin: 0 0 20px
  }

  .research4 .active-pic-wrap .active-pic li {
    height: 180px
  }
}

@media only screen and (max-width: 479px) {
  .research4 .active-theme {
    padding: 30px 15px 5px
  }

  .research4 .active-pic-wrap .active-pic li {
    height: 140px
  }
}

.research-link {
  text-align: center;
  margin-bottom: 80px
}

.research-link a {
  display: inline-block;
  padding-right: 45px;
  background: url(../img/rea_3_more.png) no-repeat right center;
  height: 31px;
  line-height: 31px;
  font-size: 1.8em;
  color: #9797A1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.research-link a:hover {
  background: url(../img/rea_3_more_on.png) no-repeat right center;
  color: #32C7BF
}

.img-module {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative
}

.img-module ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 107px;
  line-height: 107px
}

.img-module li {
  width: 240px;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.img-module a {
  display: block;
  position: relative;
  cursor: default
}

.img-module a .img {
  vertical-align: middle
}

.img-module a .img img {
  display: block;
  max-width: 90%
}

.img-module a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1.6em;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis
}

.img-module a:hover h3 {
  background: rgba(213, 234, 255, 0.9)
}

.img-module .more {
  margin-top: 150px;
  text-align: center
}

.img-module .more a {
  display: inline-block;
  font-size: 2em;
  color: #9D9EA7;
  padding-right: 50px;
  background: url(../img/more_detail.png) no-repeat right center;
  height: 31px;
  line-height: 31px
}

.num-list {
  position: relative;
  height: 180px;
  padding: 35px 0
}

.num-list li {
  width: 20%;
  float: left
}

.num-list li h2 {
  display: inline-block;
  font-size: 4.8em;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  padding-right: 35px
}

.num-list li h2::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 10px;
  bottom: 10px
}

.num-list li p {
  font-size: 1.8em;
  color: #fff
}

.num-list li:nth-child(1) h2 {
  background: url(../img/num1.png) no-repeat right 3px
}

.num-list li:nth-child(2) h2 {
  background: url(../img/num2.png) no-repeat right 3px
}

.num-list li:nth-child(3) h2 {
  background: url(../img/num3.png) no-repeat right 3px;
  padding-right: 45px;

}

.num-list li:nth-child(4) h2 {
  background: url(../img/num4.png) no-repeat right 22px;
  padding-right: 27px;
}
.num-list li:nth-child(5) h2 {
  background: url(../img/num5.png) no-repeat right 3px;
}

@media only screen and (max-width: 1366px) {
  .num-list li {
    text-align: center
  }
}

@media only screen and (max-width: 767px) {
  .num-list {
    height: auto;
    padding: 40px 0 0
  }

  .num-list li {
    width: 50%;
    margin-bottom: 40px
  }
}

.shzr-wrap .shzr1 {
  margin: 70px 0
}

.shzr-wrap .shzr1 .item .text {
  width: 48%;
  float: left
}

.shzr-wrap .shzr1 .item .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  margin-bottom: 10px;
  text-indent: 2em
}

.shzr-wrap .shzr1 .item .intro {
  width: 48%;
  float: right
}

.shzr-wrap .shzr1 .item .intro .num {
  margin-bottom: 30px
}

.shzr-wrap .shzr1 .item .intro .num span {
  font-size: 6em;
  color: #09BCB2;
  display: inline-block;
  padding-right: 32px;
  position: relative;
  margin-bottom: 20px
}

.shzr-wrap .shzr1 .item .intro .num .num1 {
  background: url(../img/zr1_num1.png) no-repeat right center;
  margin-right: 160px
}

.shzr-wrap .shzr1 .item .intro .num .num1::after {
  content: "推动职业院校教学与管理数字化转型";
  font-size: 16px;
  color: #09BCB2;
  display: block;
  position: absolute;
  left: 0;
  width: 260px
}

.shzr-wrap .shzr1 .item .intro .num .num2 {
  background: url(../img/zr1_num2.png) no-repeat right center
}

.shzr-wrap .shzr1 .item .intro .num .num2::after {
  content: "公益建设以微讲师智能讲台为核心的新一代多媒体教室";
  font-size: 16px;
  color: #09BCB2;
  position: absolute;
  left: 0;
  display: block;
  width: 390px
}

.shzr-wrap .shzr1 .item .intro .img {
  margin-left: -1%;
  margin-right: -1%
}

.shzr-wrap .shzr1 .item .intro .img li {
  width: 31.33333%;
  float: left;
  margin: 0 1%;
  overflow: hidden
}

.shzr-wrap .shzr1 .item .intro .img li img {
  display: block;
  width: 100%
}

.shzr-wrap .shzr2 {
  margin-bottom: 80px
}

.shzr-wrap .shzr2 .item .img {
  width: 49%;
  float: left;
  margin-left: -1.5%;
  margin-right: -1.5%
}

.shzr-wrap .shzr2 .item .img li {
  width: 47%;
  float: left;
  margin: 0 1.5%
}

.shzr-wrap .shzr2 .item .img li img {
  display: block;
  width: 100%
}

.shzr-wrap .shzr2 .item .text {
  width: 49%;
  float: right;
  padding-top: 40px
}

.shzr-wrap .shzr2 .item .text p {
  font-size: 1.6em;
  line-height: 2.2;
  color: #9797A1;
  margin-bottom: 10px;
  text-indent: 2em
}

.shzr-wrap .shzr2 .item .text .num {
  margin-top: 25px
}

.shzr-wrap .shzr2 .item .text .num span {
  font-size: 6em;
  color: #09BCB2;
  display: inline-block;
  padding-right: 30px;
  position: relative
}

.shzr-wrap .shzr2 .item .text .num .num1 {
  background: url(../img/zr2_num1.png) no-repeat right center;
  margin-right: 200px
}

.shzr-wrap .shzr2 .item .text .num .num1::after {
  content: "推动学校信息化建设与应用水平的提升";
  font-size: 16px;
  color: #09BCB2;
  display: block;
  position: absolute;
  left: 0;
  width: 290px
}

.shzr-wrap .shzr2 .item .text .num .num2 {
  padding-right: 40px;
  background: url(../img/zr2_num2.png) no-repeat right center
}

.shzr-wrap .shzr2 .item .text .num .num2::after {
  content: "覆盖教育工作者";
  font-size: 16px;
  color: #09BCB2;
  display: block;
  position: absolute;
  left: 0;
  width: 240px
}

.shzr-wrap .shzr3 {
  margin-bottom: 80px
}

.shzr-wrap .shzr3 .shzr3-main {
  background: url(../img/zr3_bg.png) no-repeat left top;
  height: 500px;
  padding-top: 130px
}

.shzr-wrap .shzr3 .shzr3-main .text {
  width: 43%;
  float: left
}



.shzr-wrap .shzr3 .shzr3-main .text p {
  font-size: 1.6em;
  line-height: 2.2;
  color: #fff;
  margin-bottom: 10px;
  text-indent: 2em
}

.shzr-wrap .shzr3 .shzr3-main .img {
  width: 55%;
  padding-top:15px;
  float: right
}

.shzr-wrap .shzr3 .shzr3-main .img li {
  width: 46%;
  margin: 0 2%;
  float: left
}

.shzr-wrap .shzr3 .shzr3-main .img li img {
  display: block;
  width: 100%
}

.shzr-wrap .shzr4 {
  margin-bottom: 80px
}

.shzr-wrap .shzr4 p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  margin-bottom: 10px;
  text-indent: 2em
}

.shzr-wrap .shzr4 .num {
  margin-top: 20px;
  margin-bottom: 50px
}

.shzr-wrap .shzr4 .num li {
  width: 25%;
  float: left
}

.shzr-wrap .shzr4 .num li span {
  display: inline-block;
  padding-right: 35px;
  font-size: 6em;
  color: #09BCB2;
  position: relative
}

.shzr-wrap .shzr4 .num li span::after {
  font-size: 16px;
  color: #09BCB2;
  position: absolute;
  left: 0;
  bottom: -18px
}

.shzr-wrap .shzr4 .num .num1 span {
  background: url(../img/zr4_num1.png) no-repeat right center
}

.shzr-wrap .shzr4 .num .num1 span::after {
  content: "投入资金"
}

.shzr-wrap .shzr4 .num .num2 span {
  background: url(../img/zr4_num2.png) no-repeat right center
}

.shzr-wrap .shzr4 .num .num2 span::after {
  content: "支持业院校开展远程办公";
  width: 270px
}

.shzr-wrap .shzr4 .num .num3 span {
  background: url(../img/zr4_num3.png) no-repeat right center
}

.shzr-wrap .shzr4 .num .num3 span::after {
  content: "支持师生在线教学";
  width: 270px
}

.shzr-wrap .shzr4 .num .num4 span {
  background: url(../img/zr4_num4.png) no-repeat right center
}

.shzr-wrap .shzr4 .num .num4 span::after {
  content: "免收SaaS云服务费";
  width: 270px
}

.shzr-wrap .shzr4 .img li {
  width: 20%;
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff
}

.shzr-wrap .shzr4 .img li img {
  display: block;
  width: 100%
}

.shzr-wrap .shzr5 {
  padding-top: 80px;
  background-color: #F6F9FB
}

.shzr-wrap .shzr5 .item {
  height: 400px
}

.shzr-wrap .shzr5 .item .img {
  width: 30%;
  float: left;
  margin-top: -80px
}

.shzr-wrap .shzr5 .item .img img {
  display: block
}

.shzr-wrap .shzr5 .item .text {
  width: 67%;
  float: right;
  padding-top: 60px
}

.shzr-wrap .shzr5 .item .text p {
  font-size: 1.6em;
  line-height: 2.2;
  color: #253858;
  margin-bottom: 10px;
  text-indent: 2em
}



.shzr-wrap .shzr6 {
  padding-bottom: 80px;
  background-color: #f6f9fc;
}
.shzr-wrap .shzr6 .img {
  text-align: center;
}
.shzr-wrap .shzr6 .img img {
  display: inline-block;
  max-width: 100%;
}


@media only screen and (max-width: 1366px) {
  .shzr-wrap .shzr1 .item .text {
    width: 100%;
    float: none
  }

  .shzr-wrap .shzr1 .item .intro {
    width: 100%;
    float: none
  }
  .shzr-wrap .shzr2 .item .text{
    padding-top: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .shzr-wrap .shzr2 .item .img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: center
  }

  .shzr-wrap .shzr2 .item .img li {
    width: auto;
    float: none;
    display: inline-block
  }

  .shzr-wrap .shzr2 .item .img li img {
    display: inline-block;
    width: auto;
    max-width: 100%
  }

  .shzr-wrap .shzr2 .item .text {
    width: 100%;
    float: none
  }

  .shzr-wrap .shzr3 .shzr3-main {
    padding: 50px 0 70px;
    height: auto;
    background-size: cover
  }

  .shzr-wrap .shzr3 .shzr3-main .text {
    width: 100%;
    float: none;
    padding-top: 0
  }

  .shzr-wrap .shzr3 .shzr3-main .img {
    width: 100%;
    float: none
  }

  .shzr-wrap .shzr4 .num {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .shzr-wrap .shzr4 .num li {
    width: 50%;
    margin-bottom: 30px
  }

  .shzr-wrap .shzr5 .item {
    height: auto
  }

  .shzr-wrap .shzr5 .item .img {
    display: none
  }

  .shzr-wrap .shzr5 .item .text {
    padding-top: 0;
    width: 100%;
    float: none
  }
}

@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {
  .shzr-wrap .shzr1 .item .intro .num {
    text-align: center
  }

  .shzr-wrap .shzr1 .item .intro .num .num1 {
    margin-right: 20px
  }

  .shzr-wrap .shzr1 .item .intro .num .num1::after {
    display: none
  }

  .shzr-wrap .shzr1 .item .intro .num .num2::after {
    display: none
  }

  .shzr-wrap .shzr1 .item .intro .num span {
    font-size: 5em;
    margin-bottom: 0
  }

  .shzr-wrap .shzr2 .item .text .num span {
    font-size: 5em
  }

  .shzr-wrap .shzr4 .num li span {
    font-size: 5em
  }
}

@media only screen and (max-width: 639px) {
  .shzr-wrap .shzr2 .item .text .num {
    text-align: center
  }

  .shzr-wrap .shzr2 .item .text .num .num1 {
    margin-right: 20px
  }

  .shzr-wrap .shzr2 .item .text .num .num1::after {
    display: none
  }

  .shzr-wrap .shzr2 .item .text .num .num2::after {
    display: none
  }

  .shzr-wrap .shzr4 .num .num1 span::after {
    display: none
  }

  .shzr-wrap .shzr4 .num .num2 span::after {
    display: none
  }

  .shzr-wrap .shzr4 .num .num3 span::after {
    display: none
  }

  .shzr-wrap .shzr4 .num .num4 span::after {
    display: none
  }
}

@media only screen and (max-width: 479px) {
  .shzr-wrap .shzr2 .item .text .num span {
    font-size: 4em
  }

  .shzr-wrap .shzr2 .item .text .num .num1 {
    margin-bottom: 40px
  }

  .shzr-wrap .shzr4 .num li {
    margin-bottom: 35px
  }

  .shzr-wrap .shzr4 .num li span {
    font-size: 4em;
    padding-right: 32px
  }

  .shzr-wrap .shzr4 .num li span::after {
    bottom: -23px
  }

  .shzr-wrap .shzr4 .img li {
    width: 50%
  }
}

.smart1 {
  height: 550px;
  padding-top: 40px;
  position: relative;
  /* z-index: 1; */
  background: #F6F9FC url(../img/smart1_bg.png) no-repeat 90% center;
  background-size: auto 80%;
}

.smart1 .smart-summary .title {
  font-size: 3.4em;
  color: #09BCB2;
  font-weight: lighter;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px
}

.smart1 .smart-summary .summary {
  display: block;
  font-size: 2.4em;
  color: #253858;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 1px
}

.smart1 .smart-summary .summary::after {
  content: "";
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background-color: #6ECFC8;
  position: absolute;
  left: 0;
  bottom: -15px
}

.smart1 .smart-summary p {
  width: 60%;
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.4
}

.smart2 {
  padding: 50px 0 80px;
  background-color: #F0FCFA
}

.smart2 .img img {
  display: block;
  width: 100%
}

.smart3 {
  margin-top: 60px;
  margin-bottom: 50px
}

.smart3 .operation-list {
  margin-left: -1%;
  margin-right: -1%;
  overflow: hidden
}

.smart3 .operation-list .item {
  display: inline-block;
  width: 14.66666%;
  float: left;
  margin: 0 1% 25px;
  margin-top: 3px;
  border: 1px solid #EAE9EB;
  height: 220px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.smart3 .operation-list .item:hover {
  border-color: transparent;
  padding-top: 30px;
  -webkit-box-shadow: 0 0 4px 1px #ddd;
  box-shadow: 0 0 4px 1px #ddd
}

.smart3 .operation-list .item:hover h3 {
  font-weight: bold;
  color: #09BCB2;
  padding: 10px 0 30px
}

.smart3 .operation-list .item:hover p {
  top: 60%
}

.smart3 .operation-list h3 {
  font-size: 1.8em;
  color: #344563;
  padding: 30px 0;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.smart3 .operation-list h3::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #E4E8ED;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 15px
}

.smart3 .operation-list p {
  font-size: 1.4em;
  color: #253858;
  padding: 0 15px;
  line-height: 1.6;
  position: absolute;
  top: 101%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

/* .smart3 .operation-list .last-operation .item {
  padding-top: 100px
} */

.smart4 {
  position: relative;
  z-index: 1;
  padding-top: 60px
}

.smart4::after {
  content: "";
  width: 100%;
  height: 250px;
  background-color: #049F97;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0
}

.smart4 .smart-title {
  position: relative;
  z-index: 1;
  color: #fff !important;
}

.smart4 .superiority-list {
  z-index: 1;
  position: relative;
  margin-left: -1%;
  margin-right: -1%
}

.smart4 .superiority-list li {
  width: 23%;
  float: left;
  margin: 0 1%;
  background-color: #fff;
  padding: 30px 15px 0;
  text-align: center;
  -webkit-box-shadow: 0 2px 1px 1px #ECF4F3;
  box-shadow: 0 2px 1px 1px #ECF4F3;
  height: 360px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.smart4 .superiority-list li h3 {
  padding-top: 20px;
  font-size: 2.4em;
  color: #253858;
  padding-bottom: 15px
}

.smart4 .superiority-list li p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2.2;
  text-align: left;
  padding-left: 14px;
  background: url(../img/s_list.png) no-repeat left 14px
}

.smart4 .superiority-list li:hover {
  margin-top: -30px
}

.smart5 {
  background: url(../img/s5_bg.png) no-repeat left top;
  margin-top: 70px;
  padding-top: 70px;
  height: 560px
}

.smart5 .smart-title {
  color: #fff !important;
}

.smart5 .build-list {
  margin-left: -1%;
  margin-right: -1%
}

.smart5 .build-list li {
  width: 31.33333%;
  float: left;
  margin: 0 1%;
  background-color: #1D495D;
  text-align: center;
  height: 337px;
  padding-top: 50px
}

.smart5 .build-list li h3 {
  color: #fff;
  font-size: 2.2em;
  padding-top: 40px;
  padding-bottom: 30px
}

.smart5 .build-list li p {
  font-size: 1.6em;
  color: #7AC0DB;
  text-align: left;
  display: inline-block;
  margin: 0 15px;
  padding-left: 12px;
  background: url(../img/s5_list.png) no-repeat left center;
  margin-bottom: 15px
}
.smart5 .build-list li:nth-child(2) p,
.smart5 .build-list li:nth-child(3) p{
  width: 40%;
  margin: 0 10px 15px;
}
.smart5 .build-list li .text {
  text-align: left;
  padding-left: 30px
}

.smart6 {
  margin-top: 70px;
  margin-bottom: 100px
}

.smart6 .case-wrap {
  position: relative;
  width: 1400px;
  height: 500px;
  padding: 0 70px;
  margin: 0 auto
}

.smart6 .case-wrap .swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 10px
}

.smart6 .case-wrap .swiper-wrapper {
  width: 100%
}

.smart6 .case-wrap .swiper-slide {
  padding: 40px;
  width: 778px;
  height: 443px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.smart6 .case-wrap .swiper-button-next,
.smart6 .case-wrap .swiper-button-prev {
  width: 42px;
  height: 42px;
  outline: none
}

.smart6 .case-wrap .swiper-button-prev {
  background: url(../img/app_left.png) no-repeat center
}

.smart6 .case-wrap .swiper-button-next {
  background: url(../img/app_right.png) no-repeat center
}

.smart6 .case-wrap .app-case {
  padding: 40px 50px 15px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(122, 137, 233, 0.28);
  box-shadow: 0 0 10px 0 rgba(122, 137, 233, 0.28);
  border-radius: 10px
}

.smart6 .case-wrap .app-case .case-header {
  position: relative;
  margin-bottom: 50px
}

.smart6 .case-wrap .app-case .case-header h3 {
  font-size: 2.6em;
  color: #253858
}

.smart6 .case-wrap .app-case .case-header p {
  font-size: 1.8em;
  color: #09BCB2;
  font-weight: bold;
  margin-top: 40px
}

.smart6 .case-wrap .app-case .case-header .logo {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 70px
}

.smart6 .case-wrap .app-case .case-header .logo img {
  width: 80px
}

.smart6 .case-wrap .app-case .case-main {
  position: relative;
  padding-right: 280px
}

.smart6 .case-wrap .app-case .case-main p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2
}

.smart6 .case-wrap .app-case .case-main .img {
  width: 260px;
  height: 174px;
  position: absolute;
  right: 0;
  top: 0
}

.smart6 .case-wrap .app-case .case-main .img img {
  display: block;
  width: 100%
}
@media only screen and (max-width: 1680px) {
  .smart1{
    background: #F6F9FC url(../img/smart1_bg.png) no-repeat right center;
    background-size: auto 80%;
  }
}
@media only screen and (max-width: 1366px) {
  .smart1 .smart-summary p {
    width: 70%
  }

  .smart6 .case-wrap {
    width: 100%
  }
}

@media only screen and (max-width: 1199px) {
  .smart1 {
    margin-top: 100px !important;
    height: auto;
    background: #F6F9FC;
    padding-bottom: 50px;
    padding-top: 20px
  }

  .smart1 .smart-summary p {
    width: 100%
  }

  .smart3 .operation-list {
    margin-left: 0;
    margin-right: 0
  }

  .smart3 .operation-list .item {
    width: 23%;
    padding-top: 30px
  }

  .smart3 .operation-list .item h3 {
    font-weight: bold;
    color: #09BCB2;
    padding: 10px 0 30px
  }

  .smart3 .operation-list .item p {
    top: 60%
  }

  .smart3 .operation-list .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EAE9EB
  }

  .smart4 .superiority-list {
    margin-left: 0;
    margin-right: 0
  }

  .smart4 .superiority-list li {
    width: 48%;
    margin: 0 1% 10px
  }

  .smart5 .build-list {
    margin-left: 0;
    margin-right: 0
  }

  .smart5 .build-list li .text {
    padding-left: 10px
  }

  .smart5 .build-list li p {
    margin: 0 5px
  }

  .smart6 .case-wrap {
    height: auto
  }

  .smart6 .case-wrap .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0;
    border: 1px solid #DCEAE8
  }

  .smart6 .case-wrap .app-case .case-main {
    padding-right: 0
  }

  .smart6 .case-wrap .app-case .case-main .img {
    width: auto;
    height: auto;
    position: relative;
    right: auto;
    top: auto
  }
}

@media only screen and (max-width: 1023px) {
  .smart1 {
    margin-top: 80px !important
  }
}

@media only screen and (max-width: 767px) {
  .smart5 .build-list li h3 {
    padding-top: 20px;
    padding-bottom: 10px
  }
}

@media only screen and (max-width: 639px) {
  .smart3 .operation-list .item {
    width: 31.3333%
  }

  .smart4 .superiority-list li {
    width: 96%;
    height: auto;
    padding: 30px 15px
  }

  .smart5 {
    height: auto
  }

  .smart5 .build-list li {
    width: 98%;
    height: auto;
    padding-bottom: 30px
  }

  .smart5 .build-list li p {
    margin: 0 10px 15px
  }

  .smart6 .case-wrap {
    padding: 0 0
  }

  .smart6 .case-wrap .swiper-button-next,
  .smart6 .case-wrap .swiper-button-prev {
    display: none
  }

  .smart6 .case-wrap .swiper-slide {
    border: none
  }

  .smart6 .case-wrap .app-case {
    padding: 30px 30px 15px
  }

  .smart6 .case-wrap .app-case .case-header {
    margin-bottom: 20px
  }

  .smart6 .case-wrap .app-case .case-header .logo {
    display: none
  }

  .smart6 .case-wrap .app-case .case-header p {
    margin-top: 20px
  }
}

@media only screen and (max-width: 479px) {
  .smart3 .operation-list .item {
    width: 48%
  }
}

.tab-module .module-name .title {
  color: #fff;
  line-height: 106px
}

.tab-module .module-name .title::after {
  content: "汇集最新动态、案例资讯及行业观点";
  padding-left: 10px;
  font-size: 24px;
  color: #848C9C
}

.tab-wrap {
  height: 108px;
  position: relative;
  background: url(../img/new_module.png) no-repeat left top
}

.tab-wrap .content-box {
  position: relative
}

.tab-wrap .content-box .tab-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 730px;
  background-color: #fff;
  border-top: 1px solid #E3E2E5;
  border-bottom: 1px solid #E3E2E5
}

.tab-wrap .content-box .tab-nav li {
  width: 33.333%;
  float: left
}

.tab-wrap .content-box .tab-nav li a {
  display: block;
  height: 106px;
  text-align: center;
  background: url(../img/tab.png) no-repeat center 75%;
  border-right: 1px solid #E3E2E5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-wrap .content-box .tab-nav li a h3 {
  font-size: 2.2em;
  padding-top: 20px;
  color: #253858;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-wrap .content-box .tab-nav li a:hover {
  background: #09BCB2 url(../img/tab_on.png) no-repeat center 75%;
  border-color: #09BCB2
}

.tab-wrap .content-box .tab-nav li a:hover h3 {
  color: #fff
}

.tab-wrap .content-box .tab-nav li.active a {
  background: #09BCB2 url(../img/tab_on.png) no-repeat center 75%;
  border-color: #09BCB2
}

.tab-wrap .content-box .tab-nav li.active a h3 {
  color: #fff
}

.tab-content {
  position: relative;
  overflow: hidden
}

.tab-content .focus-list {
  width: 48%;
  float: left
}

.tab-content .focus-list li a {
  display: block
}

.tab-content .focus-list li a .img {
  height: 424px;
  overflow: hidden
}

.tab-content .focus-list li a .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-content .focus-list li a .text {
  height: 106px;
  padding: 20px;
  background-color: #F6F9FC;
  position: relative;
  transition: all .3s ease;
  padding-left: 85px
}

.tab-content .focus-list li a .text .time-box {
  width: 65px;
  position: absolute;
  left: 10px
}

.tab-content .focus-list li a .text .time-box span {
  display: block;
  text-align: right
}

.tab-content .focus-list li a .text .time-box .day {
  font-size: 2.4em;
  transition: all .3s ease;
  color: #253858;
  padding-bottom: 3px
}

.tab-content .focus-list li a .text .time-box .month {
  font-size: 1.6em;
  transition: all .3s ease;
  color: #2C3F5D
}

.tab-content .focus-list li a .text h3 {
  font-size: 1.8em;
  color: #253858;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
  padding-bottom: 10px
}

.tab-content .focus-list li a .text p {
  font-size: 1.6em;
  color: #79859A;
  white-space: nowrap;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow: ellipsis
}
.tab-content .focus-list li a:hover .img img{
  transform: scale(1.05);
}
.tab-content .focus-list li a:hover .text{
  background-color: #09BCB2;
}
.tab-content .focus-list li a:hover .text .time-box .day {
  color: #fff;
}

.tab-content .focus-list li a:hover .text .time-box .month {
  color: #fff
}
.tab-content .focus-list li a:hover .text h3{
  color: #fff;
}
.tab-content .focus-list li a:hover .text p{
  color: #fff;
}
.tab-content .focus-list .slick-next,
.tab-content .focus-list .slick-prev {
  width: 45px;
  height: 45px;
  top: 40%
}

.tab-content .focus-list .slick-prev {
  left: 25px;
  background: url(../img/focus_left.png) no-repeat center;
  z-index: 1
}

.tab-content .focus-list .slick-next:before,
.tab-content .focus-list .slick-prev:before {
  display: none
}

.tab-content .focus-list .slick-next {
  right: 25px;
  background: url(../img/focus_right.png) no-repeat center
}

.tab-content .news-date-list {
  width: 48%;
  float: right
}

.tab-content .news-date-list li a {
  display: block;
  position: relative;
  min-height: 80px;
  height: 90px;
  overflow: hidden;
  padding-left: 80px;
  margin: 10px 0 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-content .news-date-list li a .time-box {
  width: 65px;
  position: absolute;
  left: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-content .news-date-list li a .time-box span {
  display: block;
  text-align: right
}

.tab-content .news-date-list li a .time-box .day {
  font-size: 2.4em;
  color: #9797A1;
  padding-bottom: 10px
}

.tab-content .news-date-list li a .time-box .month {
  font-size: 1.6em;
  color: #9E9EA7
}

.tab-content .news-date-list li a .img {
  width: 120px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  left: -100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-content .news-date-list li a .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tab-content .news-date-list li a .text h3 {
  font-size: 1.8em;
  color: #17253D;
  padding-bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-content .news-date-list li a .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 1.8;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tab-content .news-date-list li a:hover {
  padding-left: 130px
}

.tab-content .news-date-list li a:hover .time-box {
  left: -100%
}

.tab-content .news-date-list li a:hover .img {
  left: 0
}

.tab-content .news-date-list li a:hover .text h3 {
  color: #09BCB2;
  font-weight: bold
}

.tab-content .news-date-list li a:hover .text p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.tab-module .view-box{
  text-align: right;
  margin-bottom: 50px;
}
.tab-module .view-box .view-more{
  color: #9797A1;
  display: inline-block;
  font-size: 1.6em;
  height: 37px;
  border: 1px solid #9797A1;
  line-height: 37px;
  padding: 0 40px 0 20px;
  border-radius: 20px;
  background: url(../img/tab_view_more.png) no-repeat 85% center;
  transition: all .3s ease;
}
.tab-module .view-box .view-more:hover{
  color: #fff;
  border-color: #09BCB2;
  background:#09BCB2 url(../img/tab_view_more_on.png) no-repeat 85% center
}
@media only screen and (max-width: 1366px) {
  .tab-module .module-name .title::after {
    display: none
  }
}

@media only screen and (max-width: 1199px) {
  .tab-content .focus-list li a .img {
    height: 360px
  }

  .tab-content .focus-list li a .text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .tab-content .news-date-list li a {
    margin: 10px 0 30px
  }

  .tab-content .news-date-list li a .img {
    display: none
  }

  .tab-content .news-date-list li a .text h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .tab-content .news-date-list li a .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical
  }

  .tab-content .news-date-list li a:hover {
    padding-left: 80px
  }

  .tab-content .news-date-list li a:hover .time-box {
    left: 0
  }

  .tab-content .news-date-list li a:hover .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical
  }
}

@media only screen and (max-width: 1023px) {
  .tab-wrap {
    height: auto
  }

  .tab-wrap .module-name {
    margin-bottom: 0
  }

  .tab-wrap .module-name .title::after {
    display: inline-block;
    font-size: 20px
  }

  .tab-wrap .content-box .tab-nav {
    position: relative;
    width: 100%
  }

  .tab-wrap .content-box .tab-nav li a {
    border-left: 1px solid #E3E2E5
  }

  .tab-wrap .content-box .tab-nav li a h3 {
    font-size: 2em
  }

  .tab-content .focus-list {
    width: 100%;
    float: none
  }

  .tab-content .focus-list li a .img {
    height: 400px
  }

  .tab-content .news-date-list {
    margin-top: 20px;
    width: 100%;
    float: none
  }
}

@media only screen and (max-width: 639px) {
  .tab-module.module .module-name {
    margin-bottom: 10px
  }

  .tab-wrap .module-name .title::after {
    display: none
  }

  .tab-wrap .content-box .tab-nav li a {
    height: 80px
  }

  .tab-wrap .content-box .tab-nav li a h3 {
    padding-top: 10px
  }

  .tab-content .focus-list li a .img {
    height: 300px
  }
}

@media only screen and (max-width: 479px) {
  .tab-content .focus-list li a .img {
    height: 240px
  }
}

@media only screen and (max-width: 359px) {
  .tab-content .focus-list li a .img {
    height: 220px
  }
}



.tuwen-module {
  padding: 50px 0 30px
}

.tuwen-list li {
  margin: 0 12px
}

.tuwen-list li a {
  display: block;
  height: 370px;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  outline: none;
  transition: all .3s ease
}

.tuwen-list li a .img {
  overflow: hidden;
  height: 156px;
  margin-bottom: 30px
}

.tuwen-list li a .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list li a .text {
  padding: 0 20px
}

.tuwen-list li a .title {
  display: block;
  font-size: 1.8em;
  color: #3D495D;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list li a .ftitle {
  padding: 3px 10px;
  border-radius: 20px;
  background-color: #09BCB2;
  color: #fff;
  font-size: 1.4em;
  display: none;
  margin-bottom: 15px
}

.tuwen-list li a .intro {
  display: block;
  line-height: 2;
  font-size: 1.6em;
  color: #A6A6AF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list li a:hover {
 /*  -webkit-box-shadow: 0 0 10px 1px #98B9B9 inset;
  box-shadow: 0 0 10px 1px #98B9B9 inset */
}

.tuwen-list li a:hover .title {
  color: #09BCB2
}

.tuwen-list li a:hover .intro {
  color: #253858
}

.tuwen-list li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tuwen-list .slick-next:before,
.tuwen-list .slick-prev:before {
  display: none
}

.tuwen-list .slick-prev {
  background: url(../img/index_left.png) no-repeat left center
}

.tuwen-list .slick-next {
  background: url(../img/index_right.png) no-repeat left center
}

@media only screen and (max-width: 1199px) {
  .tuwen-list li a .intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical
  }

  .tuwen-list .slick-next,
  .tuwen-list .slick-prev {
    display: none !important
  }
}

.typical .typical-tab {
  background-color: #F6F9FC;
  height: 150px;
  text-align: center;
  padding-top: 50px
}

.typical .typical-tab li a {
  display: block
}

.typical .typical-tab span {
  display: inline-block;
  width: 137px;
  height: 47px;
  border: 1px solid #1AC9C0;
  text-align: center;
  line-height: 47px;
  font-size: 2.2em;
  margin: 0 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer
}

.typical .typical-tab span:hover,
.typical .typical-tab span.active {
  background-color: #09BCB2;
  color: #fff;
  font-weight: lighter
}

.typical .type-list {
  margin-top: 50px;
  margin-left: -1%;
  margin-right: -1%;
  overflow: hidden
}

.typical .type-list1 li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 2%;
  height: 75px;
  padding: 8px 34px;
  border: 1px solid #E3E2E5
}

.typical .type-list1 li .img {
  display: inline-block;
  vertical-align: middle
}

.typical .type-list1 li .title {
  display: inline-block;
  padding-left: 10px;
  font-size: 2em;
  color: #253858
}

.typical .type-list2 li {
  width: 31.3333%;
  float: left;
  margin: 0 1% 2%;
  height: 75px;
  padding: 8px 34px;
  border: 1px solid #E3E2E5
}

.typical .type-list2 li .img {
  display: inline-block;
  vertical-align: middle
}

.typical .type-list2 li .title {
  display: inline-block;
  padding-left: 15px;
  font-size: 2em;
  color: #253858
}

.typical .type-list2 li:nth-child(1) .img img {
  max-width: 60px
}

.typical .type-list3 li {
  width: 41%;
  float: left;
  margin: 0 1% 2%;
  height: 75px;
  padding: 8px 34px;
  border: 1px solid #E3E2E5
}

.typical .type-list3 li .img {
  display: inline-block;
  vertical-align: middle
}

.typical .type-list3 li .title {
  display: inline-block;
  padding-left: 15px;
  font-size: 2em;
  color: #253858
}

.typical .type-list3 li:nth-child(15) .title {
  position: relative;
  width: 70%;
  vertical-align: top
}

.typical .type-list3 li:nth-child(15) .title::after {
  content: "乌兰察布市中等职业技术学校";
  position: absolute;
  left: 15px;
  top: 27px
}

.typical .type-list3 li:nth-child(29) .img img {
  max-width: 60px
}

.typical .type-list3 li:nth-child(30) .img img {
  max-width: 60px
}

.typical .type-list3 li:nth-child(27) .img img {
  max-width: 60px
}

.typical .type-list3 li:nth-child(33) .title {
  position: relative;
  width: 70%;
  vertical-align: top
}

.typical .type-list3 li:nth-child(33) .title::after {
  content: "绍兴市职教中心";
  position: absolute;
  left: 15px;
  top: 27px
}

.typical .type-list3 li:nth-child(33) .img img {
  max-width: 60px
}

.typical .type-list3 li:nth-child(35) .title {
  position: relative;
  width: 70%;
  vertical-align: top
}

.typical .type-list3 li:nth-child(35) .title::after {
  content: "安徽电子工程学校";
  position: absolute;
  left: 15px;
  top: 27px
}

.typical .type-list3 li:nth-child(36) .img img {
  max-width: 60px
}

.typical .type-list3 .area-wrap {
  width: 12%
}

.typical .type-list3 .area-wrap span {
  display: block;
  text-align: center;
  font-size: 2em;
  color: #253858;
  line-height: 50px
}

.typical .hide {
  display: none
}

@media only screen and (max-width: 1366px) {
  .typical .type-list {
    margin-left: 0;
    margin-right: 0
  }
}

@media only screen and (max-width: 1199px) {
  .typical .type-list1 li {
    width: 48%
  }

  .typical .type-list2 li {
    width: 48%;
    padding: 8px 20px
  }

  .typical .type-list3 li {
    padding: 8px 15px
  }

  .typical .type-list3 li:nth-child(15) .title {
    width: 80%
  }
}

@media only screen and (max-width: 1023px) {
  .typical .type-list2 li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }

  .typical .type-list3 li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }

  .typical .type-list3 .area-wrap {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .typical .typical-tab {
    height: 100px;
    padding-top: 25px
  }

  .typical .type-list {
    margin-top: 20px
  }

  .typical .type-list1 li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }
}

@media only screen and (max-width: 479px) {
  .typical .type-list2 li {
    padding-left: 80px
  }

  .typical .type-list2 li .img {
    position: absolute;
    left: 20px
  }

  .typical .type-list2 li .title {
    padding-top: 5px
  }

  .typical .type-list3 li {
    padding-left: 60px
  }

  .typical .type-list3 li .img {
    position: absolute;
    left: 10px
  }

  .typical .type-list3 li .title {
    padding-top: 5px
  }

  .typical .type-list3 li:nth-child(15) {
    height: 90px
  }

  .typical .type-list3 li:nth-child(15) .title {
    width: 100%
  }
}

@media only screen and (max-width: 359px) {
  .typical .type-list1 li {
    padding: 8px 20px
  }
}

.about-list-wrap {
  margin: 0 0 70px
}

.about-list-wrap .about-list-page {
  margin-top: 60px
}

.about-list-wrap .about-list-page li a {
  display: block;
  height: 220px;
  padding: 30px 150px 30px 70px;
  margin-bottom: 30px;
  border: 2px solid #E3E2E5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url(../img/about_list.png) no-repeat 96% center
}

.about-list-wrap .about-list-page li a .time {
  display: inline-block;
  width: 70px;
  padding-top: 40px;
  float: left
}

.about-list-wrap .about-list-page li a .time .day {
  display: block;
  font-size: 3em;
  color: #253858;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.about-list-wrap .about-list-page li a .time .month {
  font-size: 1.8em;
  color: #9797A1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.about-list-wrap .about-list-page li a .img {
  width: 260px;
  height: 156px;
  float: left;
  margin: 0 50px;
  overflow: hidden
}

.about-list-wrap .about-list-page li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.about-list-wrap .about-list-page li a .text h3 {
  font-size: 2.2em;
  color: #253858;
  margin-bottom: 20px;
  padding-top: 20px
}

.about-list-wrap .about-list-page li a .text p {
  font-size: 1.6em;
  color: #9797A1;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
  line-height: 2
}

.about-list-wrap .about-list-page li a:hover {
  background: #049F97 url(../img/about_list_on.png) no-repeat 96% center;
  border-color: #049F97
}

.about-list-wrap .about-list-page li a:hover .time .day {
  color: #fff
}

.about-list-wrap .about-list-page li a:hover .time .month {
  color: #fff
}

.about-list-wrap .about-list-page li a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.about-list-wrap .about-list-page li a:hover .text h3 {
  color: #fff
}

.about-list-wrap .about-list-page li a:hover .text p {
  color: #A9D4D1
}

@media only screen and (max-width: 1366px) {
  .about-list-wrap .about-list-page li a {
    padding-left: 130px;
    position: relative
  }

  .about-list-wrap .about-list-page li a .time {
    margin-right: 30px;
    position: absolute;
    left: 40px
  }

  .about-list-wrap .about-list-page li a .img {
    display: none
  }
}

@media only screen and (max-width: 1023px) {
  .about-list-wrap .about-list-page li a {
    height: auto;
    padding: 20px 120px 20px 130px
  }
}

@media only screen and (max-width: 767px) {
  .about-list-wrap .about-list-page li a {
    border: 1px solid #E3E2E5;
    padding: 15px 60px 20px 100px;
    background-size: 30px 30px
  }

  .about-list-wrap .about-list-page li a .text h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
    padding-top: 0
  }

  .about-list-wrap .about-list-page li a .text p {
    display: none
  }

  .about-list-wrap .about-list-page li a .time {
    padding-top: 0;
    top: 12px;
    left: 20px;
    margin-right: 0
  }

  .about-list-wrap .about-list-page li a .time .day {
    text-align: center;
    font-size: 2.4em;
    margin-bottom: 5px
  }

  .about-list-wrap .about-list-page li a .time .month {
    font-size: 1.6em
  }
}

.tuwen-list-wrap {
  margin: 0 0 50px
}

.tuwen-list-wrap .tuwen-list-page {
  margin-top: 50px;
  margin-left: -1%;
  margin-right: -1%
}

.tuwen-list-wrap .tuwen-list-page li {
  width: 31.33333%;
  float: left;
  margin: 1%
}

.tuwen-list-wrap .tuwen-list-page li a {
  display: block
}

.tuwen-list-wrap .tuwen-list-page li a .img {
  height: 277px;
  overflow: hidden
}

.tuwen-list-wrap .tuwen-list-page li a .img img {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tuwen-list-wrap .tuwen-list-page li a .text {
  background-color: #F6F9FC;
  padding: 30px 20px 0;
  height: 200px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tuwen-list-wrap .tuwen-list-page li a .text h3 {
  font-size: 2em;
  color: #253858;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tuwen-list-wrap .tuwen-list-page li a .text p {
  font-size: 1.6em;
  color: #9797A1;
  line-height: 2;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tuwen-list-wrap .tuwen-list-page li a .text span {
  display: inline-block;
  font-size: 1.6em;
  color: #9797A1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.tuwen-list-wrap .tuwen-list-page li a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.tuwen-list-wrap .tuwen-list-page li a:hover .text {
  background-color: #09BCB2
}

.tuwen-list-wrap .tuwen-list-page li a:hover .text h3 {
  color: #fff
}

.tuwen-list-wrap .tuwen-list-page li a:hover .text p {
  color: #fff
}

.tuwen-list-wrap .tuwen-list-page li a:hover .text span {
  color: #fff
}

@media only screen and (max-width: 1366px) {
  .tuwen-list-wrap .tuwen-list-page li a .img {
    height: 240px
  }

  .tuwen-list-wrap .tuwen-list-page li a p {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
  }
}

@media only screen and (max-width: 1199px) {
  .tuwen-list-wrap .tuwen-list-page {
    margin-left: 0;
    margin-right: 0
  }

  .tuwen-list-wrap .tuwen-list-page li a .img {
    height: 200px
  }
}

@media only screen and (max-width: 1023px) {
  .tuwen-list-wrap {
    margin: 30px 0
  }

  .tuwen-list-wrap .tuwen-list-page li {
    width: 48%
  }
}

@media only screen and (max-width: 767px) {
  .tuwen-list-wrap {
    margin: 30px 0
  }

  .tuwen-list-wrap .tuwen-list-page li a .img {
    height: 180px
  }
}

@media only screen and (max-width: 639px) {
  .tuwen-list-wrap {
    margin: 30px 0
  }

  .tuwen-list-wrap .tuwen-list-page li {
    width: 100%;
    float: none;
    margin: 0 0 15px
  }

  .tuwen-list-wrap .tuwen-list-page li a .img {
    height: auto
  }

  .tuwen-list-wrap .tuwen-list-page li a .text {
    height: auto;
    padding: 20px
  }
}

.column-list {
  margin-top: 24px
}

.column-list .level-one {
  float: left;
  width: calc(50% - 12px);
  margin-left: 24px;
  margin-bottom: 24px;
  padding: 10px;
  border: 1px solid #d5d9de;
  -webkit-box-shadow: 0 0 5px #d1d6db;
  box-shadow: 0 0 5px #d1d6db
}

.column-list .level-one:nth-child(odd) {
  margin-left: 0
}

.column-list .level-one:hover {
  border-color: #09BCB2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.column-list .level-one:hover>span.title {
  color: #09BCB2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.column-list .level-one>.zy>img {
  width: 200px;
  height: 200px;
  float: left;
  display: block
}

.column-list .level-one>.zy span.title {
  font-size: 2em;
  color: #333333;
  line-height: 40px;
  height: 40px;
  float: left;
  width: calc(100% - 220px);
  display: block;
  margin-left: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.column-list .level-one>.zy span.title .column-tag {
  font-size: 1.6rem;
  color: #ca1f03;
  font-weight: bold
}

.column-list .level-one>.zy p {
  font-size: 1.4em;
  color: #333333;
  line-height: 24px;
  float: left;
  width: calc(100% - 220px);
  margin-left: 20px;
  margin-bottom: 20px
}

.column-list .level-one>.zy a.detail {
  width: 100px;
  font-size: 1.6em;
  color: #fff;
  line-height: 36px;
  float: left;
  display: block;
  text-align: center;
  margin-left: 20px;
  background-color: #1981eb;
  border-radius: 3px
}

.column-list .level-one>.zy span.zxzx {
  width: 100px;
  font-size: 1.6em;
  color: #fff;
  line-height: 36px;
  float: left;
  display: block;
  text-align: center;
  margin-left: 10px;
  background-color: #14be30;
  border-radius: 3px;
  cursor: pointer
}

@media only screen and (max-width: 1199px) {
  .column-list .level-one {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px
  }
}

@media only screen and (max-width: 639px) {
  .column-list .level-one>.zy>img {
    width: 100%;
    height: auto;
    float: none;
    display: block
  }

  .column-list .level-one>.zy span.title {
    float: none;
    width: 100%;
    margin-left: 0
  }

  .column-list .level-one>.zy p {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px
  }

  .column-list .level-one>.zy span.detail {
    margin-left: 0
  }
}

.video-module.module .module-content {
  border: 10px solid #BCDDFF
}

.video-module .video-list-wrap {
  position: relative;
  height: 250px
}

.video-module .video-list-wrap .video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  border: none
}

.video-module .video-list-wrap .play-box {
  display: block;
  height: 250px;
  position: relative
}

.video-module .video-list-wrap .play-box img {
  display: block;
  width: 100%;
  height: 100%
}

.video-module .video-list-wrap .play-box .video-mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease
}

.video-module .video-list-wrap .btn-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play.png") center 50% no-repeat;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: pointer
}

.video-module .video-list-wrap:hover .video-mask {
  opacity: 0
}

@media only screen and (max-width: 1199px) {
  .video-module .video-list-wrap {
    height: auto
  }

  .video-module .video-list-wrap .play-box {
    height: auto
  }
}

.hydc-banner-box .hydc-banner-item {
  height: 380px
}

.hydc-banner-box .hydc-banner-item span {
  display: block;
  font-size: 5em;
  color: #fff;
  padding-top: 110px;
  padding-left: 100px;
  letter-spacing: 8px;
  position: relative;
  margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
  .hydc-banner-box .hydc-banner-item {
    height: 350px
  }

  .hydc-banner-box .hydc-banner-item span {
    font-size: 4em;
    padding-top: 140px
  }
}

@media only screen and (max-width: 767px) {
  .hydc-banner-box .hydc-banner-item {
    height: 320px
  }
}

@media only screen and (max-width: 639px) {
  .hydc-banner-box .hydc-banner-item {
    text-align: center
  }

  .hydc-banner-box .hydc-banner-item span {
    padding-top: 110px;
    padding-left: 20px
  }
}

@media only screen and (max-width: 479px) {
  .hydc-banner-box .hydc-banner-item {
    height: 280px
  }
}
.about-banner-box .about-banner-item {
  height: 460px
}

.about-banner-box .about-banner-item span {
  display: block;
  font-size: 5em;
  color: #1B110E;
  padding-top: 110px;
  padding-left: 100px;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 20px
}

.about-banner-box .about-banner-item span::after {
  content: "以云服务赋能教育\A以信息化推动教育变革";
  white-space: pre;
  display: block;
  font-size: 32px;
  margin-top: 20px;
  line-height: 70px
}

@media only screen and (max-width: 1199px) {
  .about-banner-box .about-banner-item {
    height: 350px
  }

  .about-banner-box .about-banner-item span {
    font-size: 4em;
    padding-top: 140px
  }

  .about-banner-box .about-banner-item span::after {
    font-size: 20px;
    line-height: 2;
    margin-top: 10px
  }
}

@media only screen and (max-width: 767px) {
  .about-banner-box .about-banner-item {
    height: 320px
  }
}

@media only screen and (max-width: 639px) {
  .about-banner-box .about-banner-item span {
    padding-top: 110px
  }
}

@media only screen and (max-width: 479px) {
  .about-banner-box .about-banner-item {
    height: 280px
  }

  .about-banner-box .about-banner-item span {
    padding-left: 20px
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.banner-box {
  width: 100%;
  max-height: 660px;
  overflow: hidden;
  position: relative
}

.banner-box .banner-content {
  width: 100%
}

.banner-box .banner-item {
  height: 660px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  outline: none
}
.banner-box .banner-item a {
  display: block;
  height: 49px;
  line-height: 49px;
  /* left: 12%;
  bottom: 28%; */
  position: relative;
  height: 100%;
}

.banner-box .banner-item a:focus {
  outline: none
}
.banner-box .banner-item.index_banner1 .banner-title{
  bottom: 24%;
}
.banner-box .banner-item .banner-title {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  border-radius: 8px;
  width: 165px;
  font-size: 2em;
  color: #fff;
  background-color: #09BCB2;
  text-align: center;
  position: absolute;
  left: 13%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  bottom: 32%;
  border: 2px solid transparent;
  cursor: pointer
}

.banner-box .banner-item .banner-title::after {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #19F9BD;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.3), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.3), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}

.banner-box .banner-item .banner-title:hover {
  background-color: transparent;
  border-color: #19F9BD
}

.banner-box .banner-item .banner-title:hover::after {
  left: 0;
  width: 163px
}

.banner-box .banner-content-box{
  max-width: 1920px;
  margin: 0 auto;
  height: 100%;    
}
.banner-box .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  height: 23px
}

.banner-box .slick-dots li button {
  display: none
}

.banner-box .slick-dots li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 6px;
  background-color: #919BAB;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.banner-box .slick-dots li.slick-active {
  width: 29px
}

.banner-box .slick-arrow {
  width: 50px;
  height: 80px;
  position: absolute;
  font-size: 0;
  background-repeat: no-repeat;
  z-index: 9;
  opacity: 1;
  -webkit-transition: left 0.5s ease, right 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width: 479px) {
  .banner-box .slick-arrow {
    opacity: 0
  }
}

.banner-box .slick-arrow:before {
  display: none
}

.banner-box .slick-arrow.slick-prev {
  left: 170px;
  background-image: url("../img/banner_prev_un.png")
}

.banner-box .slick-arrow.slick-next {
  right: 170px;
  background-image: url("../img/banner_next_un.png")
}

.banner-box .slick-arrow.slick-prev:hover {
  background-image: url("../img/banner_prev_on.png");
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.banner-box .slick-arrow.slick-next:hover {
  background-image: url("../img/banner_next_on.png");
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

@media only screen and (max-width: 1366px) {
  .banner-box .banner-item {
    height: 500px;
    background-position: 20% center
  }
}

@media only screen and (max-width: 1199px) {
  .banner-box {
    margin-top: 100px !important
  }

  .banner-box .banner-item {
    height: 420px
  }
  .banner-box .banner-item a{
    bottom: 12%
  }
  .banner-box .banner-item .banner-title {
    bottom: 12%
  }
}

@media only screen and (max-width: 1023px) {
  .banner-box {
    background: #253858 !important;
    background-size: 40px;
    position: relative;
    height: 400px;
    text-align: center
  }

  .banner-box::after {
    content: "";
    width: 90%;
    margin-top: 100px;
    height: 110px;
    background: url(../img/mobile_banner_text.png) no-repeat center;
    background-size: auto 100%;
    display: inline-block
  }

  .banner-box .banner-content {
    display: none !important
  }

  .banner-box .banner-title {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .banner-box {
    height: 300px
  }

  .banner-box::after {
    height: 90px
  }
}

@media only screen and (max-width: 639px) {
  .banner-box {
    margin-top: 70px !important;
    height: 280px
  }

  .banner-box::after {
    height: 70px
  }
}

@media only screen and (max-width: 479px) {
  .banner-box {
    height: 240px
  }

  .banner-box::after {
    height: 50px
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.event-banner-box .event-banner-item {
  height: 460px
}

.event-banner-box .event-banner-item span {
  display: inline-block;
  font-size: 5em;
  color: #fff;
  padding-top: 150px;
  padding-left: 100px;
  letter-spacing: 5px
}

@media only screen and (max-width: 1199px) {
  .event-banner-box .event-banner-item {
    height: 350px
  }
}

@media only screen and (max-width: 767px) {
  .event-banner-box .event-banner-item {
    text-align: center;
    height: 320px
  }

  .event-banner-box .event-banner-item span {
    padding-left: 0
  }
}

@media only screen and (max-width: 479px) {
  .event-banner-box .event-banner-item {
    height: 280px
  }

  .event-banner-box .event-banner-item span {
    font-size: 4em
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.join-banner-box .join-banner-item {
  height: 460px
}

.join-banner-box .join-banner-item span {
  display: inline-block;
  font-size: 3.9em;
  color: #fff;
  padding-top: 150px;
  letter-spacing: 1px
}

@media only screen and (max-width: 1199px) {
  .join-banner-box .join-banner-item {
    height: 350px
  }
}

@media only screen and (max-width: 767px) {
  .join-banner-box .join-banner-item {
    text-align: center;
    height: 320px
  }

  .join-banner-box .join-banner-item span img {
    max-width: 90%
  }
}

@media only screen and (max-width: 639px) {
  .join-banner-box .join-banner-item span {
    padding-top: 120px
  }
}

@media only screen and (max-width: 479px) {
  .join-banner-box .join-banner-item {
    height: 280px
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.research-banner-box .research-banner-item {
  height: 460px
}

.research-banner-box .research-banner-item span {
  display: inline-block;
  font-size: 3em;
  color: #fff;
  padding-top: 145px;
  letter-spacing: 1px;
  position: relative
}

.research-banner-box .research-banner-item span::after {
  content: "推动学校教学和管理的数字化转型";
  display: block;
  font-size: 48px;
  padding-top: 10px;
  font-weight: lighter
}

@media only screen and (max-width: 1199px) {
  .research-banner-box .research-banner-item {
    height: 350px
  }
}

@media only screen and (max-width: 767px) {
  .research-banner-box .research-banner-item span {
    font-size: 3.6em;
    padding-top: 150px
  }

  .research-banner-box .research-banner-item span::after {
    font-size: 30px
  }
}

@media only screen and (max-width: 639px) {
  .research-banner-box .research-banner-item span::after {
    display: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.shzr-banner-box .shzr-banner-item {
  height: 460px
}

.shzr-banner-box .shzr-banner-item span {
  display: inline-block;
  font-size: 5em;
  color: #1B110E;
  padding-top: 150px;
  padding-left: 100px;
  letter-spacing: 5px
}

@media only screen and (max-width: 1199px) {
  .shzr-banner-box .shzr-banner-item {
    height: 350px
  }
}

@media only screen and (max-width: 767px) {
  .shzr-banner-box .shzr-banner-item {
    text-align: center;
    height: 320px
  }

  .shzr-banner-box .shzr-banner-item span {
    padding-left: 0
  }
}

@media only screen and (max-width: 479px) {
  .shzr-banner-box .shzr-banner-item {
    height: 280px
  }

  .shzr-banner-box .shzr-banner-item span {
    font-size: 4em
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.typical-banner-box .typical-banner-item {
  height: 460px;
  text-align: center
}

.typical-banner-box .typical-banner-item span {
  display: inline-block;
  font-size: 3.9em;
  color: #fff;
  padding-top: 183px;
  letter-spacing: 1px
}

@media only screen and (max-width: 1199px) {
  .typical-banner-box .typical-banner-item {
    height: 350px
  }
}

@media only screen and (max-width: 639px) {
  .typical-banner-box .typical-banner-item span {
    font-size: 3.6em;
    padding-top: 150px
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
  }

  7% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  80% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

  85% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  92.5% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }

  100% {
    opacity: 0;
    -webkit-transform: none;
    transform: none
  }
}

.module .module-name {
  margin-bottom: 45px;
  position: relative
}

.module .module-name span {
  display: inline-block;
  font-size: 3.6em;
  color: #2C3F5D;
  letter-spacing: 1px;
  font-weight: lighter;
  position: relative
}

.module1 .module-name span::after {
  content: "推动学校科学管理及数字化转型";
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 24px;
  color: #9797A1
}
.tuwen-module .module-name span::after {
  content: "600+所学校的共同选择";
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 24px;
  color: #9797A1
}
.cloud .cloud-title {
  font-size: 3.6em;
  font-weight: lighter;
  color: #253858;
  margin-bottom: 50px
}

.cloud-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto
}

.smart .smart-title {
  font-size: 3.6em;
  color: #253858;
  font-weight: lighter;
  margin-bottom: 50px
}

.smart-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto
}

.media .media-title {
  font-size: 3.6em;
  color: #253858;
  margin-bottom: 50px
}

.media-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto
}

.pro .pro-title {
  font-size: 3.6em;
  color: #253858;
  margin-bottom: 50px
}

.pro-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto
}

.manage .manage-title {
  font-size: 3.4em;
  color: #253858;
  font-weight: lighter;
  margin-bottom: 50px
}

.manage-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto
}

.research .research-title {
  font-size: 3.6em;
  color: #253858;
  font-weight: lighter;
  margin-bottom: 50px
}

.research-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto
}

.about .about-title {
  font-size: 3.6em;
  color: #253858;
  font-weight: lighter;
  margin-bottom: 50px
}

.join .join-title {
  font-size: 3.6em;
  color: #253858;
  font-weight: lighter;
  margin-bottom: 50px
}

.shzr .shzr-title {
  font-size: 3.6em;
  color: #253858;
  font-weight: lighter;
  margin-bottom: 50px
}

.frame-wrap {
  margin: 0 auto 0 auto;
  width: 100%
}

.frame-wrap.full {
  max-width: 100%
}

.frame-wrap .frame-left {
  display: none
}

.frame-wrap .frame-right {
  min-height: 400px;
  margin-bottom: 24px
}

@media (max-width: 1199px) {
  .frame-wrap .frame-right {
    font: none;
    min-height: 0
  }
}

@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0
  }
}

.frame-location {
  border-bottom: 1px solid #EAE9EB;
  height: 88px
}

.frame-location .now {
  float: left
}

.frame-location .now span {
  display: none;
  line-height: 84px;
  font-size: 1.8em;
  color: #253858;
  border-bottom: 4px solid #253858
}

.frame-location .now span:last-child {
  display: inline-block
}

.frame-location .right {
  float: right;
  line-height: 88px;
  font-size: 1.8em;
  color: #9797A1
}

.frame-location a {
  font-size: 1em;
  color: #9797A1
}

.frame-location span:last-child a {
  color: #253858
}

.frame-location span:last-child em {
  display: none
}

.frame-location em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat
}

.frame-content {
  padding: 10px
}

.empty-list-info {
  text-align: center;
  line-height: 3
}

.yn-pagination {
  margin: 24px auto;
  text-align: center
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 9px 15px;
  color: #333333;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 1px
}

.yn-pagination a:hover {
  background: #09BCB2;
  border-color: #09BCB2;
  color: #fff
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb
}

.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #09BCB2;
  border-color: #09BCB2;
  color: #fff
}

.yn-pagination span {
  margin: 0 5px
}

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border: 10px solid #e2f5ff;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}

.edui-pdf {
  min-height: 800px
}

.mapBg {
  padding: 10px;
  border: 1px solid #eeeeee
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important
}

#dituContent {
  width: 100%;
  height: 382px;
  border: none !important
}

#dituContent img {
  max-width: none !important
}

.BMapLabel {
  color: #f54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #fcd6c6;
  box-shadow: 0 0 2px #fcd6c6;
  padding: 2px 5px !important;
  top: -50px !important
}

@media only screen and (max-width: 1199px) {
  .module .module-name span {
    font-size: 2.4em
  }

  .manage .manage-title {
    font-size: 2.4em
  }

  .manage .manage-content {
    width: 96%
  }

  .cloud .cloud-title {
    font-size: 2.4em
  }

  .cloud .cloud-content {
    width: 96%
  }

  .smart .smart-title {
    font-size: 2.4em;
  }

  .smart .smart-content {
    width: 96%
  }

  .media .media-title {
    font-size: 2.4em
  }

  .media .media-content {
    width: 96%
  }

  .pro .pro-title {
    font-size: 2.4em
  }

  .pro .pro-content {
    width: 96%
  }

  .research .research-title {
    font-size: 2.4em
  }

  .about .about-title {
    font-size: 2.4em
  }

  .join .join-title {
    font-size: 2.4em
  }

  .shzr .shzr-title {
    font-size: 2.4em;
    margin-bottom: 20px
  }
}

@media only screen and (max-width: 1023px) {
  .frame-location {
    height: 50px
  }

  .frame-location .now span {
    line-height: 48px;
    border-bottom: 2px solid #253858
  }

  .frame-location .right {
    display: none
  }
}

@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none
  }

  .yn-pagination .page-num {
    display: none
  }

  .yn-pagination .page-num.active {
    display: inline-block
  }

  .module1 .module-name span::after {
    display: none
  }
  .tuwen-module .module-name span::after {
    display: none
  }
}

@media only screen and (max-width: 479px) {
  .frame-content {
    padding: 10px 0
  }

  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none
  }
}



/* 在线客服 */
.udesk-client-btn{
background-color: #09BCB2 !important;
/* height: 90px !important; */
width: 90px !important;
height: 70px !important;
border: none !important;
bottom:500px !important;
padding: 7px !important;
margin: 0 12px !important;
}
.udesk-client-btn span:first-child{
  display: none !important;
}
.udesk-client-btn span:nth-child(2){
  display: none !important;
}
.udesk-client-btn #udesk_btn_text{
  background: url(../img/contact_icon.png) no-repeat center top !important;
  width:76px;
  height:70px !important;
  margin: 0 !important; 
  padding-top:27px;
  font-size: 0px !important;
  position:relative;
}
.udesk-client-btn #udesk_btn_text:after{
  content:"在线咨询";
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
}
#udesk_panel{
  bottom: 100px !important;
  right: 10px !important;
}
/* 新一代多媒体 */
.xyddmt-module .znjt-banner {
  height: 740px;
  text-align: center;
  background: url(../img/znjt_banner.png) no-repeat center bottom;
}
.xyddmt-module .znjt-banner .znjt-slogan {
  display: inline-block;
  padding-top: 75px;
  max-width: 90%;
}
.xyddmt-module .znjt-banner .go-vr{
  display: inline-block;
  width: 162px;
  height: 45px;
  border-radius: 3px;
  font-size: 18px;
  text-indent: 17px;
  color:#fff;
  text-align: left;
  line-height:47px;
  margin-top: 20px;
  transition: all .3s ease;
  background:#2A7EE5 url(../img/govr.png) no-repeat 89% center;
}
.xyddmt-module .znjt-banner .go-vr:hover{
  background:#D99E59 url(../img/govr.png) no-repeat 89% center;
}
.xyddmt-module .module-name {
  text-align: center;
}
.xyddmt-module .module-name h3 {
  font-size: 3.6em;
  color: #333333;
}
.xyddmt-module .module-name p {
  font-size: 1.8em;
  color: #444444;
  line-height: 2;
}
.xyddmt-module .znjt-module1 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.xyddmt-module .znjt-module1 .module-name {
  margin-bottom: 50px;
}
.xyddmt-module .znjt-module1 .module1-list {
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
}
.xyddmt-module .znjt-module1 .module1-list li {
  width: 48%;
  margin: 1%;
  float: left;
  border: 1px solid #dee5f4;
  height: 244px;
  padding: 25px 30px;
}
.xyddmt-module .znjt-module1 .module1-list li:last-child{
  display: none
}
.xyddmt-module .znjt-module1 .module1-list li h4 {
  font-size: 2.4em;
  color: #e06d16;
}
.xyddmt-module .znjt-module1 .module1-list li p {
  margin-top: 12px;
  font-size: 1.8em;
  color: #444444;
  padding-left: 20px;
  background: url(../img/znjt_list.png) no-repeat left 7px;
}
.xyddmt-module .znjt-module2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa;
}
.xyddmt-module .znjt-module2 h3{
  margin-bottom: 10px
}
.xyddmt-module .znjt-module3 h3{
  margin-bottom: 15px
}
.xyddmt-module .znjt-module3 p{
  margin-top: 10px
}
.xyddmt-module .znjt-module2 .img-module {
  background-color: #fff;
  padding: 15px 20px;
  margin-top: 28px;
  height: 336px;
  position: relative;
}
.xyddmt-module .znjt-module2 .img-module .img {
  width: 48%;
}
.xyddmt-module .znjt-module2 .img-module .text {
  width: 48%;
}
.xyddmt-module .znjt-module2 .img-module .text h4 {
  font-size: 2.4em;
  color: #e06d16;
}
.xyddmt-module .znjt-module2 .img-module .text p {
  font-size: 1.8em;
  color: #444444;
  padding-left: 20px;
  line-height: 1.4;
  background: url(../img/znjt_list.png) no-repeat left 7px;
  margin-top: 15px;
}
.xyddmt-module .znjt-module2 .img-left .img {
  float: left;
}
.xyddmt-module .znjt-module2 .img-left .text {
  float: right;
}
.xyddmt-module .znjt-module2 .img-right .img {
  float: right;
}
.xyddmt-module .znjt-module2 .img-right .text {
  float: left;
}
.xyddmt-module .znjt-module2 .img-module1 {
  margin-top: 65px;
}
.xyddmt-module .znjt-module2 .img-module1 .text {
  padding-top: 85px;
}
.xyddmt-module .znjt-module2 .img-module2 .img {
  padding-top: 15px;
}
.xyddmt-module .znjt-module2 .img-module2 .text {
  padding-top: 45px;
}
.xyddmt-module .znjt-module2 .img-module3 .img {
  padding-top: 65px;
}
.xyddmt-module .znjt-module2 .img-module3 .text {
  padding-top: 65px;
}
.xyddmt-module .znjt-module2 .img-module4 .img {
  padding-top: 7px;
}
.xyddmt-module .znjt-module2 .img-module4 .text {
  padding-top: 65px;
}
.xyddmt-module .znjt-module3 {
  background-color: #fafafa;
  padding-bottom: 43px;
}
.xyddmt-module .znjt-module3 .content-box {
  background-color: #fff;
  padding: 40px 25px 50px;
}
.xyddmt-module .znjt-module3 .content-box h3 {
  color: #e06d16;
}
.xyddmt-module .znjt-module3 .content-box p {
  font-size: 1.6em;
  color: #444444;
  line-height: 1.6;
  text-align: center;
}
.xyddmt-module .znjt-module4 {
  height: 300px;
  background: url(../img/hz_module4.png) no-repeat left top;
  padding-top: 50px;
}
.xyddmt-module .znjt-module4 p {
  font-size: 2.6em;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .udesk-client-btn #udesk_btn_text:after{
    paddin-top: 0;
  }
  .xyddmt-module .znjt-banner {
    background: url(../img/mobile_znjt_banner.png) no-repeat center bottom;
    position: relative;
  }
  .xyddmt-module .znjt-banner::after {
    content: '';
    width: 60%;
    height: 520px;
    background: url(../img/mobile_znjt.png) no-repeat center;
    position: absolute;
    left: 20%;
    bottom: 20px;
  }
  .xyddmt-module .znjt-module1 .module1-list {
    margin-left: 0;
    margin-right: 0;
  }
  .xyddmt-module .znjt-module1 .module1-list li {
    width: 98%;
    height: auto;
  }
  .xyddmt-module .znjt-module2 .img-module {
    height: auto;
  }
  .xyddmt-module .znjt-module2 .img-module .img {
    width: 100%;
    text-align: center;
  }
  .xyddmt-module .znjt-module2 .img-module .img img {
    display: inline-block;
    max-width: 100%;
  }
  .xyddmt-module .znjt-module2 .img-module .text {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .xyddmt-module .znjt-module1 {
    margin-top: 30px;
  }
  .xyddmt-module .znjt-module1 .module-name {
    margin-bottom: 0;
  }
  .xyddmt-module .znjt-module2 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .xyddmt-module .znjt-module2 .img-module1 .text {
    padding-top: 30px;
  }
  .xyddmt-module .znjt-module2 .img-module2 .text {
    padding-top: 30px;
  }
  .xyddmt-module .znjt-module2 .img-module3 .img {
    padding-top: 30px;
  }
  .xyddmt-module .znjt-module2 .img-module3 .text {
    padding-top: 30px;
  }
  .xyddmt-module .znjt-module2 .img-module4 {
    margin-bottom: 20px;
  }
  .xyddmt-module .znjt-module2 .img-module4 .text {
    padding-top: 30px;
  }
  .xyddmt-module .znjt-banner {
    height: 600px;
  }
  .xyddmt-module .znjt-banner::after {
    height: 400px;
    background-size: 100% auto;
  }
  .xyddmt-module .znjt-module3 .content-box {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .xyddmt-module .znjt-banner {
    height: 550px;
  }
  .xyddmt-module .znjt-banner::after {
    height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .xyddmt-module .znjt-banner {
    height: 380px;
  }
  .xyddmt-module .znjt-banner .znjt-slogan {
    padding-top: 40px;
  }
  .xyddmt-module .znjt-banner::after {
    height: 250px;
  }
  .xyddmt-module .znjt-module3 {
    padding-bottom: 20px;
  }
  .xyddmt-module .znjt-module4 {
    height: auto;
    padding: 20px;
  }
  .xyddmt-module .znjt-module4 p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 479px) {
  .xyddmt-module .znjt-banner {
    height: 340px;
  }
  .xyddmt-module .znjt-banner .znjt-slogan {
    padding-top: 40px;
  }
  .xyddmt-module .znjt-banner::after {
    height: 220px;
  }
}

/* 云服务改版 */
.yfw-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.yfw-title {
  font-size: 3.6em;
  color: #253858;
  margin-bottom: 40px;
  font-weight: lighter;
}
.yfw1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  height: 550px;
  background-color: #f6f9fc;
  padding-top: 70px;
}
.yfw1 .text {
  width: 48%;
  float: left;
}
.yfw1 .text .summary {
  display: block;
  font-size: 2.4em;
  color: #253858;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.yfw1 .text .summary::after {
  content: '';
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background-color: #6ecfc8;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.yfw1 .text h3 {
  font-size: 3.4em;
  font-weight: bold;
  color: #09bcb2;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding-top: 50px;
}
.yfw1 .text p {
  font-size: 1.6em;
  line-height: 2.3;
  color: #9f9fa9;
}
.yfw1 .img {
  width: 48%;
  float: right;
  text-align: right;
}
.yfw1 .img img {
  display: inline-block;
  max-width: 100%;
}
.yfw2 {
  margin-bottom: 100px;
}
.yfw2 .service-list {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.yfw2 .service-list li {
  width: 47%;
  float: left;
  margin: 0 1.5%;
  -webkit-box-shadow: 0 1px 12px 5px #e8f1f0;
  box-shadow: 0 1px 12px 5px #e8f1f0;
}
.yfw2 .service-list li a {
  display: block;
  background-color: #fff;
  padding: 40px;
  height: 293px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
}
.yfw2 .service-list li a h3 {
  font-size: 2.2em;
  color: #253858;
  height: 41px;
  line-height: 41px;
  padding-left: 70px;
  margin-bottom: 30px;
  font-weight: bold;
}
.yfw2 .service-list li a .title1 {
  background: url(../img/yfw_icon1.png) no-repeat left center;
}
.yfw2 .service-list li a .title2 {
  background: url(../img/yfw_icon2.png) no-repeat left center;
}
.yfw2 .service-list li .info .title {
  display: inline-block;
  width: 94px;
  height: 32px;
  line-height: 32px;
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.yfw2 .service-list li .info p {
  height: auto;
  padding-left: 20px;
  color: #9797a1;
  margin-bottom: 15px;
  margin-left: 70px;
  font-size: 1.6em;
  background: url(../img/yfw_list.png) no-repeat left 5px;
}
.yfw3 {
  padding: 50px 0;
  margin-bottom: 80px;
  background-color: #049f97;
}
.yfw3 .yfw-title {
  color: #fff !important;
}
.yfw3 .goodness-list {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-left: -1%;
  margin-right: -1%;
}
.yfw3 .goodness-list li {
  width: 31.3333%;
  float: left;
  margin: 0 1%;
}
.yfw3 .goodness-list li a {
  display: block;
  text-align: center;
  height: 140px;
  line-height: 140px;
  background-color: #04918a;
  background-position: 20% center;
  background-repeat: no-repeat;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yfw3 .goodness-list li a span {
  display: inline-block;
  font-size: 2.4em;
  color: #fff;
  letter-spacing: 1px;
  padding-left: 58px;
}
.yfw3 .goodness-list li a:hover {
  background-color: #048982;
}
.yfw3 .goodness-list .item1 a {
  background-image: url(../img/yfw_icon3.png);
}
.yfw3 .goodness-list .item2 a {
  background-image: url(../img/yfw_icon4.png);
}
.yfw3 .goodness-list .item3 a {
  background-image: url(../img/yfw_icon5.png);
}
.yfw4{
  margin-bottom: 80px;
}
.yfw4 .yfw-case {
  padding-left: 70px;
  padding-right: 70px;
}
.yfw4 .yfw-case .item {
  height: 420px;
  -webkit-box-shadow: 0 0 10px 1px #eff3f7;
  box-shadow: 0 0 10px 1px #eff3f7;
  margin: 10px;
  float: left;
}
.yfw4 .yfw-case .item a {
  display: block;
}
.yfw4 .yfw-case .item a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.yfw4 .yfw-case .item a:hover span {
  background-color: #09bcb2;
  color: #fff;
}
.yfw4 .yfw-case .item .img {
  height: 205px;
  overflow: hidden;
}
.yfw4 .yfw-case .item .img img {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.yfw4 .yfw-case .item .text {
  padding: 25px 25px 0;
}
.yfw4 .yfw-case .item .text h3 {
  font-size: 22px;
  color: #253858;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
  text-overflow: ellipsis;
}
.yfw4 .yfw-case .item .text p {
  font-size: 14px;
  color: #9797a1;
  line-height: 2;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.yfw4 .yfw-case .item .text span {
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  color: #09bcb2;
  background-color: #d0fffd;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yfw4 .yfw-case .slick-next,
.yfw4 .yfw-case .slick-prev {
  width: 50px;
  height: 90px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yfw4 .yfw-case .slick-next::before,
.yfw4 .yfw-case .slick-prev::before {
  display: none;
}
.yfw4 .yfw-case .slick-prev {
  background: rgba(0, 0, 0, 0.5) url(../img/al_left.png) no-repeat center;
  left: 0;
}
.yfw4 .yfw-case .slick-prev:hover {
  background: rgba(4, 159, 151, 0.7) url(../img/al_left.png) no-repeat center;
}
.yfw4 .yfw-case .slick-next {
  background: rgba(0, 0, 0, 0.5) url(../img/al_right.png) no-repeat center;
  right: 0;
}
.yfw4 .yfw-case .slick-next:hover {
  background: rgba(4, 159, 151, 0.7) url(../img/al_right.png) no-repeat center;
}
@media only screen and (max-width: 1366px) {
  .yfw1 .yfw-summary p {
    width: 70%;
  }
  .yfw2 .service-list {
    margin-left: 0;
    margin-right: 0;
  }
  .yfw2 .service-list li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .yfw2 .service-list li:first-child {
    margin-bottom: 15px;
  }
  .yfw2 .service-list li a {
    height: auto;
  }
  .yfw2 .service-list li a p {
    height: auto;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .yfw1 {
    height: auto;
  }
  .yfw1 .text {
    width: 100%;
    float: none;
  }
  .yfw1 .img {
    width: 100%;
    float: none;
    text-align: center;
  }
  .yfw3 .goodness-list li {
    width: 100%;
    float: none;
    margin: 0 0 15px;
  }
  .yfw3 .goodness-list li a span {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .yfw4 .yfw-case {
    padding-left: 40px;
    padding-right: 40px;
  }
  .yfw4 .yfw-case .item {
    height: 330px;
  }
  .yfw4 .yfw-case .item .img {
    height: 160px;
  }
  .yfw4 .yfw-case .slick-next,
  .yfw4 .yfw-case .slick-prev {
    width: 30px;
    height: 50px;
  }
}
@media only screen and (max-width: 639px) {
  .yfw3 .goodness-list li a {
    background-position: 10% center;
    height: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .yfw2 .service-list li .info p {
    margin-left: 0;
  }
  .yfw3 .goodness-list li a span {
    font-size: 2em;
  }
  .yfw4 .yfw-case .item {
    height: 280px;
  }
  .yfw4 .yfw-case .item .img {
    height: 120px;
  }
}
/* 中台 */
.zt .zt-title {
  font-size: 2.4em;
  margin-bottom: 40px;
}
.zt .zt-content {
  width: 96%;
}
.zt-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.zt1 {
  height: 550px;
  background-color: #f6f9fc;
}
.zt1 .zt-summary {
  padding-right: 47%;
  padding-top: 120px;
}
.zt1 .zt-summary .title {
  font-size: 3.4em;
  color: #09bcb2;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.zt1 .zt-summary .summary {
  display: block;
  font-size: 2.4em;
  color: #253858;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.zt1 .zt-summary .summary::after {
  content: '';
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background-color: #6ecfc8;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.zt1 .zt-summary p {
  font-size: 1.6em;
  color: #9797a1;
  line-height: 2.4;
}
.zt1 .img {
  position: absolute;
  right: 0;
  top: 70px;
}
.zt2 {
  padding-top: 100px;
  padding-bottom: 80px;
}
.zt2 .intro {
  padding-left: 50%;
  height: 418px;
}
.zt2 .intro .img {
  position: absolute;
  left: 0;
}
.zt2 .intro .text {
  padding: 100px;
  position: relative;
}
.zt2 .intro .text p {
  font-size: 16px;
  font-weight: lighter;
  color: #253858;
  padding-left: 30px;
  background: url(../img/zt2_list.png) no-repeat left 1px;
  line-height: 20px;
  margin-top: 18px;
}
.zt2 .intro .text::before {
  content: '';
  width: 52px;
  height: 30px;
  background: url(../img/zt_before.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50px;
}
.zt2 .intro .text::after {
  content: '';
  width: 68px;
  height: 40px;
  background: url(../img/zt_after.png) no-repeat center;
  position: absolute;
  right: 80px;
  bottom: 50px;
}
.zt3 {
  padding-top: 100px;
  background-color: #f6f9fc;
}
.zt3 .intro {
  padding-right: 50%;
  height: 418px;
  position: relative;
}
.zt3 .intro .img {
  position: absolute;
  right: 0;
  top: 0;
}
.zt3 .intro .text {
  padding: 50px 100px;
  position: relative;
}
.zt3 .intro .text p {
  font-size: 16px;
  font-weight: lighter;
  color: #253858;
  padding-left: 30px;
  background: url(../img/zt2_list.png) no-repeat left 1px;
  line-height: 20px;
  margin-top: 18px;
}
.zt3 .intro .text::before {
  content: '';
  width: 52px;
  height: 30px;
  background: url(../img/zt_before.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.zt3 .intro .text::after {
  content: '';
  width: 68px;
  height: 40px;
  background: url(../img/zt_after.png) no-repeat center;
  position: absolute;
  right: 80px;
  bottom: 10px;
}
.zt4 {
  background: url(../img/zt4_bg.png) no-repeat left top;
  padding-top: 80px;
  padding-bottom: 60px;
}
.zt4 .zt-title {
  color: #fff;
}
.zt4 .ys-wrap {
  position: relative;
  overflow: hidden;
}
.zt4 .ys-wrap .item {
  width: 31.33%;
  float: left;
  margin: 10px 1%;
  background-color: #fff;
  position: relative;
  height: 288px;
  -webkit-box-shadow: 2px 5px 10px 1px #eff3f7;
  box-shadow: 2px 5px 10px 1px #eff3f7;
  padding: 70px 40px 40px;
}
.zt4 .ys-wrap .item h3 {
  font-size: 2.4em;
  color: #09bcb2;
  font-weight: bold;
  margin-bottom: 30px;
}
.zt4 .ys-wrap .item span {
  display: inline-block;
  width: 49%;
  padding-left: 10px;
  margin-bottom: 20px;
  position: relative;
  font-weight: lighter;
  font-size: 16px;
  color: #1d495d;
}
.zt4 .ys-wrap .item span::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #b2d8e7;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media only screen and (max-width: 1366px) {
  .zt3 .intro .text {
    padding: 50px 50px;
  }
  .zt3 .intro .text::before,
  .zt3 .intro .text::after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .zt1 {
    height: auto;
  }
  .zt1 .zt-summary {
    padding-right: 0;
  }
  .zt1 .img {
    position: relative;
    top: 20px;
    text-align: center;
  }
  .zt1 .img img {
    display: inline-block;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .zt2 .intro {
    padding-left: 0;
    height: auto;
  }
  .zt2 .intro .img {
    position: relative;
    text-align: center;
  }
  .zt2 .intro .img img {
    display: inline-block;
    max-width: 100%;
  }
  .zt3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zt3 .intro {
    padding-right: 0;
    height: auto;
  }
  .zt3 .intro .text {
    padding: 0 50px 0;
  }
  .zt3 .intro .img {
    position: relative;
    text-align: center;
  }
  .zt3 .intro .img img {
    display: inline-block;
    max-width: 100%;
  }
  .zt4 .ys-wrap .item {
    height: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 40px 40px 20px;
  }
}
@media only screen and (max-width: 639px) {
  .zt2 {
    padding-bottom: 30px;
  }
  .zt2 .intro .text {
    padding: 0 20px 20px;
  }
  .zt2 .intro .text::before,
  .zt2 .intro .text::after {
    display: none;
  }
  .zt3 .intro .text {
    padding: 0 20px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .zt4 .ys-wrap .item span {
    width: 100%;
  }
}
/* 智慧校园改版 */
.new-zhxy2 {
  background-color: #049f97;
  height: 200px;
}
.new-zhxy2 .zhxy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-zhxy2 .zhxy-content .item {
  text-align: center;
  padding-top: 50px;
}
.new-zhxy2 .zhxy-content .item .img {
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new-zhxy2 .zhxy-content .item .img img {
  display: inline-block;
}
.new-zhxy2 .zhxy-content .item span {
  display: block;
  font-size: 18px;
  padding-top: 15px;
}
.new-zhxy3 {
  padding-top: 80px;
  padding-bottom: 50px;
}
.new-zhxy3 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-zhxy3 .img img {
  display: inline-block;
  max-width: 100%;
}
.new-zhxy3 .text {
  padding-left: 80px;
  position: relative;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.new-zhxy3 .text::before {
  content: '';
  width: 41px;
  height: 24px;
  background: url(../img/semi_left.png) no-repeat center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.new-zhxy3 .text::after {
  content: '';
  width: 68px;
  height: 40px;
  background: url(../img/semi_right.png) no-repeat center;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.new-zhxy3 .text span {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: #253858;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
}
.new-zhxy3 .text span::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #049f97;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.new-zhxy4 {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #eef2f9;
}
.new-zhxy4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-zhxy4 .text {
  padding-left: 80px;
  position: relative;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.new-zhxy4 .text::before {
  content: '';
  width: 41px;
  height: 24px;
  background: url(../img/semi_left.png) no-repeat center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.new-zhxy4 .text::after {
  content: '';
  width: 68px;
  height: 40px;
  background: url(../img/semi_right.png) no-repeat center;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.new-zhxy4 .text span {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: #253858;
  padding-left: 15px;
  position: relative;
  margin-top: 10px;
}
.new-zhxy4 .text span::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #049f97;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.new-zhxy4 .img img {
  display: inline-block;
  max-width: 100%;
}
.zhxy .zhxy-title {
  font-size: 2.4em;
  margin-bottom: 40px;
}
.zhxy .zhxy-content {
  width: 96%;
}
.zhxy-content {
  width: 96%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.zhxy1 {
  height: 550px;
}
.zhxy1 .zhxy-summary {
  padding-right: 52%;
  padding-top: 50px;
}
.zhxy1 .zhxy-summary .title {
  font-size: 3.4em;
  color: #09bcb2;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.zhxy1 .zhxy-summary .summary {
  display: block;
  font-size: 2.4em;
  color: #253858;
  position: relative;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.zhxy1 .zhxy-summary .summary::after {
  content: '';
  width: 31px;
  height: 4px;
  border-radius: 2px;
  background-color: #6ecfc8;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.zhxy1 .zhxy-summary p {
  font-size: 1.6em;
  color: #9797a1;
  line-height: 2.4;
}
.zhxy1 .img {
  position: absolute;
  right: 0;
  top: 0;
}
.zhxy2 {
  padding: 60px 0 80px;
  background-color: #f4f4f4;
}
.zhxy2 .img img {
  display: inline-block;
  max-width: 100%;
}
.change-zhxy3 {
  margin-top: 60px;
  margin-bottom: 50px;
}
.change-zhxy3 .operation-list {
  margin-left: -1%;
  margin-right: -1%;
  overflow: hidden;
}
.change-zhxy3 .operation-list li {
  width: 14.66666%;
  float: left;
  margin: 0 1% 25px;
}
.change-zhxy3 .operation-list .item {
  display: block;
  width: 100%;
  margin-top: 3px;
  border: 1px solid #eae9eb;
  height: 220px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-zhxy3 .operation-list .item:hover {
  border-color: transparent;
  padding-top: 30px;
  -webkit-box-shadow: 0 0 4px 1px #ddd;
  box-shadow: 0 0 4px 1px #ddd;
}
.change-zhxy3 .operation-list .item:hover h3 {
  font-weight: bold;
  color: #09bcb2;
  padding: 10px 0 30px;
}
.change-zhxy3 .operation-list .item:hover p {
  top: 60%;
}
.change-zhxy3 .operation-list h3 {
  font-size: 1.8em;
  color: #344563;
  padding: 30px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-zhxy3 .operation-list h3::after {
  content: '';
  width: 32px;
  height: 2px;
  background-color: #e4e8ed;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: 15px;
}
.change-zhxy3 .operation-list p {
  font-size: 1.4em;
  color: #253858;
  padding: 0 15px;
  line-height: 1.6;
  position: absolute;
  top: 101%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.change-zhxy3 .operation-list .last-operation h3 {
  padding-top: 40px;
  padding-bottom: 0;
}
.change-zhxy3 .operation-list .last-operation h3::after {
  display: none;
}
.change-zhxy3 .operation-list .last-operation:hover h3{
  padding-top: 30px;
}
.change-zhxy3 .operation-list .last-operation:hover img{
  display: none;
}
.change-zhxy3 .operation-list .last-operation:hover p{
  top: 45%
}
/* .change-zhxy3 .operation-list .last-operation:hover {
  padding-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.change-zhxy3 .operation-list .last-operation:hover h3 {
  font-weight: normal;
  color: #344563;
  padding: 50px 0 0;
} */
.zhxy4 {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.zhxy4::after {
  content: '';
  width: 100%;
  height: 250px;
  background-color: #049f97;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.zhxy4 .zhxy-title {
  color: #fff;
  position: relative;
  z-index: 1;
}
.zhxy4 .superiority-list {
  z-index: 1;
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
}
.zhxy4 .superiority-list li {
  width: 48%;
  float: left;
  margin: 5px 1% 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0px #ecf4f3;
  box-shadow: 0 5px 10px 0px #ecf4f3;
  height: 288px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zhxy4 .superiority-list li h3 {
  font-size: 2.4em;
  color: #253858;
  padding-left: 25px;
  padding-bottom: 15px;
  font-weight: bold;
}
.zhxy4 .superiority-list li p {
  font-size: 1.6em;
  color: #9797a1;
  line-height: 2.2;
  text-align: left;
  padding-left: 14px;
  margin-left: 25px;
  background: url(../img/s_list.png) no-repeat left 14px;
}
.zhxy6 {
  margin-top: 70px;
  margin-bottom: 100px;
}
.zhxy6 .case-wrap {
  position: relative;
  width: 1400px;
  height: 500px;
  padding: 0 70px;
  margin: 0 auto;
}
.zhxy6 .case-wrap .swiper-container {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.zhxy6 .case-wrap .swiper-wrapper {
  width: 100%;
}
.zhxy6 .case-wrap .swiper-slide {
  padding: 40px;
  width: 778px;
  height: 443px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.zhxy6 .case-wrap .swiper-button-next,
.zhxy6 .case-wrap .swiper-button-prev {
  width: 42px;
  height: 42px;
  outline: none;
}
.zhxy6 .case-wrap .swiper-button-prev {
  background: url(../img/app_left.png) no-repeat center;
}
.zhxy6 .case-wrap .swiper-button-next {
  background: url(../img/app_right.png) no-repeat center;
}
.zhxy6 .case-wrap .app-case {
  padding: 40px 50px 15px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(122, 137, 233, 0.28);
  box-shadow: 0 0 10px 0 rgba(122, 137, 233, 0.28);
  border-radius: 10px;
}
.zhxy6 .case-wrap .app-case .case-header {
  position: relative;
  margin-bottom: 50px;
}
.zhxy6 .case-wrap .app-case .case-header h3 {
  font-size: 2.6em;
  color: #253858;
}
.zhxy6 .case-wrap .app-case .case-header p {
  font-size: 1.8em;
  color: #09bcb2;
  font-weight: bold;
  margin-top: 40px;
}
.zhxy6 .case-wrap .app-case .case-header .logo {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 70px;
}
.zhxy6 .case-wrap .app-case .case-header .logo img {
  width: 80px;
}
.zhxy6 .case-wrap .app-case .case-main {
  position: relative;
  padding-right: 280px;
}
.zhxy6 .case-wrap .app-case .case-main p {
  font-size: 1.6em;
  color: #9797a1;
  line-height: 2;
}
.zhxy6 .case-wrap .app-case .case-main .img {
  width: 260px;
  height: 174px;
  position: absolute;
  right: 0;
  top: 0;
}
.zhxy6 .case-wrap .app-case .case-main .img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .zhxy1 .img {
    width: 48%;
    top: 50px;
  }
  .zhxy1 .img img {
    display: inline-block;
    max-width: 100%;
  }
  .zhxy6 .case-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .new-zhxy3 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-zhxy4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .change-zhxy3 .operation-list li {
    width: 23%;
  }
  .zhxy1 {
    margin-top: 120px !important;
    height: auto;
    background: #f6f9fc;
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .zhxy1 .zhxy-summary {
    padding-right: 0;
  }
  .zhxy1 .img {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .zhxy3 .operation-list {
    margin-left: 0;
    margin-right: 0;
  }
  .zhxy3 .operation-list .item {
    width: 23%;
    padding-top: 30px;
  }
  .zhxy3 .operation-list .item h3 {
    font-weight: bold;
    color: #09bcb2;
    padding: 10px 0 30px;
  }
  .zhxy3 .operation-list .item p {
    top: 60%;
  }
  .zhxy3 .operation-list .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eae9eb;
  }
  .zhxy4 .superiority-list {
    margin-left: 0;
    margin-right: 0;
  }
  .zhxy4 .superiority-list li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .zhxy5 .build-list {
    margin-left: 0;
    margin-right: 0;
  }
  .zhxy5 .build-list li .text {
    padding-left: 10px;
  }
  .zhxy5 .build-list li p {
    margin: 0 5px;
  }
  .zhxy6 .case-wrap {
    height: auto;
  }
  .zhxy6 .case-wrap .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0;
    border: 1px solid #dceae8;
  }
  .zhxy6 .case-wrap .app-case .case-main {
    padding-right: 0;
  }
  .zhxy6 .case-wrap .app-case .case-main .img {
    width: auto;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media only screen and (max-width: 1479px) {
  .zhxy4 .superiority-list li {
    height: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .zhxy4 .superiority-list {
    margin-left: 0;
    margin-right: 0;
  }
  .zhxy4 .superiority-list li {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .zhxy1 {
    margin-top: 80px !important;
  }
  .zhxy3 .operation-list .item {
    width: 31.333%;
  }
}
@media only screen and (max-width: 767px) {
  .change-zhxy3 .operation-list li {
    width: 31%;
  }
  .new-zhxy2 {
    height: auto;
    padding-bottom: 50px;
  }
  .new-zhxy2 .zhxy-content {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .new-zhxy2 .zhxy-content .item {
    width: 50%;
    float: left;
  }
  .new-zhxy4 {
    padding-top: 50px;
  }
  .new-zhxy4 .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .new-zhxy4 .text {
    padding: 0 20px 20px;
  }
  .new-zhxy4 .text::before,
  .new-zhxy4 .text::after {
    display: none;
  }
  .new-zhxy3 {
    padding-top: 50px;
  }
  .new-zhxy3 .zhxy-title {
    margin-bottom: 20px !important;
  }
  .new-zhxy3 .content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .new-zhxy3 .text {
    padding: 0 20px;
  }
  .new-zhxy3 .text::before,
  .new-zhxy3 .text::after {
    display: none;
  }
  .zhxy5 .build-list li h3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .change-zhxy3 .operation-list li {
    width: 48%;
  }
  .zhxy3 .operation-list .item {
    width: 31.3333%;
  }
  .zhxy4 .superiority-list li {
    width: 96%;
    height: auto;
    padding: 30px 15px;
  }
  .zhxy5 {
    height: auto;
  }
  .zhxy5 .build-list li {
    width: 98%;
    height: auto;
    padding-bottom: 30px;
  }
  .zhxy5 .build-list li p {
    margin: 0 10px 15px;
  }
  .zhxy6 .case-wrap {
    padding: 0 0;
  }
  .zhxy6 .case-wrap .swiper-button-next,
  .zhxy6 .case-wrap .swiper-button-prev {
    display: none;
  }
  .zhxy6 .case-wrap .swiper-slide {
    border: none;
  }
  .zhxy6 .case-wrap .app-case {
    padding: 30px 30px 15px;
  }
  .zhxy6 .case-wrap .app-case .case-header {
    margin-bottom: 20px;
  }
  .zhxy6 .case-wrap .app-case .case-header .logo {
    display: none;
  }
  .zhxy6 .case-wrap .app-case .case-header p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .zhxy3 .operation-list .item {
    width: 48%;
  }
}


.module.gw-znjt-module .module-name {
  margin-bottom: 28px;
}
.gw-znjt-module .gw-znjt-banner {
  height: 740px;
  text-align: center;
  background: url(../img/znjt_banner.png) no-repeat center bottom;
}
.gw-znjt-module .gw-znjt-banner .gw-znjt-slogan {
  display: inline-block;
  padding-top: 75px;
  max-width: 90%;
}
.gw-znjt-module .go-vr {
  text-align: center;
}
.gw-znjt-module .go-vr .vr-btn {
  display: inline-block;
  width: 162px;
  height: 45px;
  border-radius: 3px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  text-indent: 17px;
  color: #fff;
  text-align: left;
  line-height: 47px;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2a7ee5 url(../img/govr.png) no-repeat 89% center;
}
.gw-znjt-module .module-name {
  text-align: center;
}
.gw-znjt-module .module-name h3 {
  font-size: 3.6em;
  color: #333333;
}
.gw-znjt-module .gw-znjt-module1 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.gw-znjt-module .gw-znjt-module1 .module-name {
  margin-bottom: 50px;
}
.gw-znjt-module .gw-znjt-module1 .module1-list {
  position: relative;
}
.gw-znjt-module .gw-znjt-module1 .module1-list li {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dee5f4;
  height: auto;
  padding:30px;
}
.gw-znjt-module .gw-znjt-module1 .module1-list li h4 {
  font-size: 2.4em;
  color: #e06d16;
}
.gw-znjt-module .gw-znjt-module1 .module1-list li p {
  margin-top: 12px;
  line-height: 2;
  font-size: 1.8em;
  color: #444444;
}
.gw-znjt-module .gw-znjt-module1 .module1-list .last {
  width: 98%;
  height: 180px
}
.gw-znjt-module .gw-znjt-module2 {
  background: #fafafa;
  padding-top: 70px;
  padding-bottom: 50px;
}
.gw-znjt-module .gw-znjt-module2 .content-box p {
  font-size: 1.8em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.gw-znjt-module .gw-znjt-module3 .text {
  margin-bottom: 20px;
}
.gw-znjt-module .gw-znjt-module3 .text p {
  font-size: 1.8em;
  color: #444444;
  line-height: 2;
}
.gw-znjt-module .gw-znjt-module3 .content-box {
  background-color: #fff;
  padding: 40px 0 50px;
}
.gw-znjt-module .gw-znjt-module3 .content-box h5 {
  font-size: 32px;
  color: #ff6633;
}
.gw-znjt-module .gw-znjt-module3 .content-box .intro {
  font-size: 1.8em;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap {
  position: relative;
  border-radius: 6px;
  max-width: 100%;
  width: 1024px;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .item {
  position: relative;
  padding-left: 400px;
  height: 330px;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .item.item1 {
  border-bottom: 1px solid #dcdcdc;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .img {
  position: absolute;
  left: 0;
  width: 400px;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  height: 100%;
  padding-top: 15px;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .img img {
  display: inline-block;
  max-width: 90%;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .txt {
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item {
  width: 50%;
  float: left;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item p {
  text-align: left;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item span {
  display: inline-block;
  border-radius: 15px;
  background: #247be4;
  padding: 3px 12px;
  color: #ffffff;
  font-size: 16px;
  margin: 10px 0 15px;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item ul li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 7px;
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #247be4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item p {
  font-size: 14px;
  margin-bottom: 10px;
}
.gw-znjt-module .gw-znjt-module4 {
  height: 300px;
  background: url(../img/hz_module4.png) no-repeat left top;
  padding-top: 48px;
}
.gw-znjt-module .gw-znjt-module4 p {
  font-size: 2.6em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .gw-znjt-module .module-name {
    margin-bottom: 20px;
  }
  .gw-znjt-module .module-name h3 {
    font-size: 2.8em;
  }
  .gw-znjt-module .gw-znjt-banner {
    background: url(../img/mobile_znjt_banner.png) no-repeat center bottom;
    position: relative;
    overflow: hidden;
  }
  .gw-znjt-module .gw-znjt-banner::after {
    content: '';
    width: 60%;
    height: 520px;
    background: url(../img/mobile_znjt.png) no-repeat center;
    position: absolute;
    left: 20%;
    bottom: -50px;
  }
  .gw-znjt-module .gw-znjt-module1 .module1-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .gw-znjt-module .gw-znjt-module1 .module1-list li {
    padding: 15px 20px;
  }
  .gw-znjt-module .gw-znjt-module1 .module1-list li h4 {
    font-size: 2em;
  }
  .gw-znjt-module .gw-znjt-module1 .module1-list li p {
    font-size: 1.6em;
    margin-top: 5px;
  }
  .gw-znjt-module .gw-znjt-module3 .content-box {
    padding: 0 0 20px;
  }
  .gw-znjt-module .gw-znjt-module3 .content-box .intro {
    margin-bottom: 15px;
  }
  .gw-znjt-module .gw-znjt-module3 .img-wrap {
    margin-bottom: 20px;
    border-radius: 0;
  }
  .gw-znjt-module .gw-znjt-module3 .img-wrap .item {
    padding-left: 0;
    height: auto;
  }
  .gw-znjt-module .gw-znjt-module3 .img-wrap .item .img {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    border-right: 0;
  }
  .gw-znjt-module .gw-znjt-module3 .img-wrap .item .txt {
    height: auto;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .gw-znjt-module .gw-znjt-module1 {
    margin-top: 30px;
  }
  .gw-znjt-module .gw-znjt-module1 .module-name {
    margin-bottom: 0;
  }
  .gw-znjt-module .gw-znjt-banner {
    height: 600px;
  }
  .gw-znjt-module .gw-znjt-banner::after {
    height: 400px;
    background-size: 100% auto;
  }
  .gw-znjt-module .gw-znjt-module2 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .gw-znjt-module .gw-znjt-module2 .content-box p {
    font-size: 1.6em;
  }
  .gw-znjt-module .gw-znjt-module3 .content-box {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gw-znjt-module .gw-znjt-banner {
    height: 550px;
  }
  .gw-znjt-module .gw-znjt-banner::after {
    height: 350px;
  }
}
@media only screen and (max-width: 639px) {
  .gw-znjt-module .gw-znjt-banner {
    height: 380px;
  }
  .gw-znjt-module .gw-znjt-banner .gw-znjt-slogan {
    padding-top: 40px;
  }
  .gw-znjt-module .gw-znjt-banner::after {
    height: 250px;
  }
  .gw-znjt-module .gw-znjt-module3 .img-wrap .sub-item {
    width: 100%;
    float: none;
  }
  .gw-znjt-module .gw-znjt-module4 p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 479px) {
  .gw-znjt-module .gw-znjt-banner {
    height: 340px;
  }
  .gw-znjt-module .gw-znjt-banner .gw-znjt-slogan {
    padding-top: 40px;
  }
  .gw-znjt-module .gw-znjt-banner::after {
    height: 220px;
  }
}
/*# sourceMappingURL=module.css.map */
